Skip to content

Releases: rollbar/rollbar.js

v3.0.0-alpha.5

05 Aug 16:18
440e007

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

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

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

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

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

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

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

Choose a tag to compare

  • Fixed telemetry queue truncation, #1105
  • Better rollbar-react-native compatibility, #1109

v2.26.1

04 Jan 20:16
a849c77

Choose a tag to compare

Fixes

  • IE11 compat: Remove arrow functions, #1073
  • Typescript: make type for person.id nullable, #1074
  • Typescript: add retryInterval to Configuration definition, #1075
  • Typescript: Replace object type defs with dictionary type, #1079
  • Angular: provide this to closure, #1081
  • Add default payload keys before the custom transform runs, #1078

v2.26.0

30 Nov 17:57
f8cb759

Choose a tag to compare

  • Enables compatibility with Service Workers and manifest v3 browser extensions, #1056
  • Updates ignoredMessages type definition to include RegExp, #1028