Skip to content

Releases: rollbar/rollbar.js

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

v2.26.1

04 Jan 20:16
a849c77
Compare
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
Compare
Choose a tag to compare
  • Enables compatibility with Service Workers and manifest v3 browser extensions, #1056
  • Updates ignoredMessages type definition to include RegExp, #1028

v2.25.2

14 Sep 17:49
433f6e8
Compare
Choose a tag to compare

Fixes:

  • Polyfill the fetch Headers object if needed, #1014
  • Allow captureIp without a window object, #1008

v2.25.1

01 Aug 22:26
c2c5310
Compare
Choose a tag to compare

Updates

  • Make occurrence write requests async. (HTTP response is already async.), #1037

v2.25.0

15 Apr 15:03
0b7a65e
Compare
Choose a tag to compare

Highlights

Pull requests

  • remove uuid dependency, #998
  • Typescript definition improvement: Added types for payload property, #997
  • Fix LocalsSettings type, #1004
  • Telemetry: don't fail when fetch request body is empty, #1005
  • Add CSP listener on document, not window, #1007
  • Support error cause, #1012
  • Refactor to use current (3.x) async package, #1018

v2.24.1

16 Mar 16:43
c4eb37a
Compare
Choose a tag to compare
  • Fix transform declaration (Typescript), #981
  • Handle circular references in custom data, #990

v2.24.0

01 Jul 16:32
60e0567
Compare
Choose a tag to compare

Node.js: Supports capturing code context from sourcesContent in the source map file, #959