Releases: rollbar/rollbar.js
Releases · rollbar/rollbar.js
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
browserifyexample 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.mdby @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
json2related files from vendor by @matux in #1256 - Remove vendored
json3shim andpolyfillJSONby @matux in #1257 - Updated
no-conflictanduniversal-nodeexamples 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
triggersconfig 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
v2.26.4
v2.26.3
v2.26.2
v2.26.1
Fixes
- IE11 compat: Remove arrow functions, #1073
- Typescript: make type for person.id nullable, #1074
- Typescript: add retryInterval to Configuration definition, #1075
- Typescript: Replace
objecttype defs with dictionary type, #1079 - Angular: provide
thisto closure, #1081 - Add default payload keys before the custom transform runs, #1078