Releases: rollbar/rollbar.js
Releases · rollbar/rollbar.js
v3.0.0-beta.1
What's Changed
- Remove
rollbar.replay.id
event attribute by @waltjones in #1291
Full Changelog: v3.0.0-alpha.6...v3.0.0-beta.1
v3.0.0-alpha.6
- Fixes issues integrating individual Rollbar components
- Fixes issues integrating with Node 18 using commonjs syntax
- Adds new examples showcasing how to integrate Rollbar in different environments
What's Changed
- Pure JS Next.js example by @matux in #1280
- Typescript Next.js example by @matux in #1281
- Update 3 year old error-stack-parser library with its newer esm version by @matux in #1284
- Add exports for individual Rollbar components by @matux in #1286
- Add commonjs wrappers to components when using require by @matux in #1288
- Do a commonjs dist file for node, when using require plus example by @matux in #1287
- Release 3.0.0-alpha.6 by @matux in #1290
Full Changelog: v3.0.0-alpha.5...v3.0.0-alpha.6
v3.0.0-alpha.5
v3.0.0-alpha.4
What's Changed
- Eliminate runtime package.json imports and reorganize defaults by @matux in #1246
- Update examples to use local rollbar package and fix compatibility issues by @matux in #1247
- Use package entry points for conditional exports between cjs/esm by @matux in #1249
- Fix
browserify
example to use modern rollbar package by @matux in #1251 - Updated universal browser example readme by @matux in #1252
- Add installation guide, improve
README
, fixed broken badges and createCONTRIBUTING.md
by @matux in #1248 - Fix the Node.js require link in examples/README.md by @matux in #1254
- Moved examples error and csp-errors.html to a test fixtures dir by @matux in #1255
- Removed
json2
related files from vendor by @matux in #1256 - Remove vendored
json3
shim andpolyfillJSON
by @matux in #1257 - Updated
no-conflict
anduniversal-node
examples READMEs by @matux in #1253 - Separate defaults for snippet and hardcore jquery version by @matux in #1259
- Use concatenation to build the cdn url for the browser snippet by @matux in #1260
- New dist with recent changes incl json polyfill removal by @matux in #1258
- Fixed tested and fixed html examples with no build system by @matux in #1261
- Release 3.0.0-alpha.4 by @matux in #1262
Full Changelog: v3.0.0-alpha.3...v3.0.0-alpha.4
v3.0.0-alpha.3
- Fix span ended detection, #1231
- Allow span startTime override, #1232
- Default privacy class name prefix (
rb-
), #1234 - Add end event for better playback alignment, #1235
- Add TS types for new config options, #1238
- New
triggers
config for recording options, #1239 - Allow telemetry events to be updated with response attributes, #1243
v3.0.0-alpha.2
Session replay updates. Alpha participation only.
v3.0.0-alpha.1
Release 3.0.0-alpha.1 (#1224) * access token is no longer in the payload * Release 3.0.0-alpha.1