Skip to content

Releases: rollbar/rollbar.js

v3.0.0-beta.1

18 Aug 18:19
44b64ea
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-alpha.6...v3.0.0-beta.1

v3.0.0-alpha.6

08 Aug 13:13
e9b9957
Compare
Choose a tag to compare
v3.0.0-alpha.6 Pre-release
Pre-release
  • 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

05 Aug 16:18
440e007
Compare
Choose a tag to compare
v3.0.0-alpha.5 Pre-release
Pre-release
  • Probability sampling for replays
  • Fixes for package imports

v3.0.0-alpha.4

24 Jul 21:57
361e38c
Compare
Choose a tag to compare
v3.0.0-alpha.4 Pre-release
Pre-release

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 create CONTRIBUTING.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 and polyfillJSON by @matux in #1257
  • Updated no-conflict and universal-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

18 Jul 14:23
68ca35f
Compare
Choose a tag to compare
v3.0.0-alpha.3 Pre-release
Pre-release
  • 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

07 Jul 12:02
ebedf31
Compare
Choose a tag to compare
v3.0.0-alpha.2 Pre-release
Pre-release

Session replay updates. Alpha participation only.

v3.0.0-alpha.1

13 Jun 20:50
69600ac
Compare
Choose a tag to compare
Release 3.0.0-alpha.1 (#1224)

* access token is no longer in the payload

* Release 3.0.0-alpha.1

v2.26.4

19 Mar 14:48
31db200
Compare
Choose a tag to compare
  • Fix server autoinstrument mergeOptions behavior in node v20+, #1136
    • Fixes compatibility with got package, #1103

v2.26.3

15 Feb 16:54
f4cbd01
Compare
Choose a tag to compare
  • Security fix: remove is_js dependency, #1121
  • Remove Node 8 from CI, #1119
  • feat: Support URL object in fetch / XHR telemetry, #1118

v2.26.2

29 Jun 19:27
70109a9
Compare
Choose a tag to compare
  • Fixed telemetry queue truncation, #1105
  • Better rollbar-react-native compatibility, #1109