Skip to content

Releases: rollbar/rollbar.js

v2.25.2

14 Sep 17:49
433f6e8

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

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

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

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

Choose a tag to compare

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

v2.23.0

24 Jun 16:41

Choose a tag to compare

Added ability to use async transform function, #953

v2.22.0

27 May 11:33
46cbae6

Choose a tag to compare

Highlights

  • Typescript type updates for config options: CSP errors, local variables
  • Enable basic telemetry for Node.js
  • Enable ignoredMessages for trace chain payloads
  • Enable net timeout and max retries when sending to the Rollbar API

Pull requests

Remove console.log, #939
Add TypeScript definitions for CSP error reporting, #942
Node.js telemetry - logging and http(s) request, #943
Add node 14, 16 to ci, #949
Apply ignoredMessages filter to trace_chain occurrences, #945
Update ts types for locals, #950
Read timeout from options and pass it to the XMLHttpRequest, #947

v2.21.1

17 Mar 15:54
457b285

Choose a tag to compare

Highlights

Enables uncaught error capture for Web Workers.

Pull Requests

Enable uncaught error capture for web workers, #929

v2.21.0

16 Feb 18:12
f44199f

Choose a tag to compare

Revised options for Node.js local variables capture:

  • Load the locals module separately
  • Add options for enable/disable, and uncaughtOnly

v2.20.0

29 Jan 21:14
064d90a

Choose a tag to compare

Highlights

  • Capture local variables for Node.js
  • Enable reporting Content Security Policy (CSP) errors
  • Fix wait behavior in async Lambda handler
  • Fix scrubbing of objects that are referenced twice in the payload
  • Update tracer properties
  • Add safelist/blocklist config options and deprecate whitelist/blacklist
  • Update/fix assorted Typescript definitions

Pull requests

Add item and occurrence URL as tags to tracer, #889
Improve error callback handling, #900
Adds 'scrubPaths' to Configuration interface, #899
TypeScript allow undefined LogArgument, #907
Enable reporting for CSP errors, #903
Wait in async lambda handler, #910
Deprecate whitelist/blacklist in favor of safelist/blocklist, #911
Enable node.js stack locals capture, #902
Enable depth of traversal for node local vars, #914
Update type definition, #917
Scrub all occurrences of objects seen twice, #913