Skip to content

Releases: rollbar/rollbar.js

v2.18.0

07 Jul 19:09
Compare
Choose a tag to compare

Highlights

  • Allow scrubbing by full path in dot notation (config.scrubPaths)
  • Allow error context to be added as custom data (options.addErrorContext)

Pull requests

Clone the fetch response before reading, #868
Allow scrubbing by full path in payload, #869
Send error context as custom data, #868

v2.17.0

17 Jun 19:22
Compare
Choose a tag to compare

Highlights

Beta Lightstep integration

Pull requests

Update README build status link, #856
Add opentracing integration, #860
Update naming convention for Lightstep open tracing span tags, #864
bump websocket-extensions from 0.1.3 to 0.1.4, #866

v2.16.2

18 May 17:05
Compare
Choose a tag to compare

Restores originalArgs used by checkIgnore, #858

v2.16.1

13 May 15:47
Compare
Choose a tag to compare

Fix TypeScript compilation errors, #854

v2.16.0

13 May 02:04
Compare
Choose a tag to compare

Highlights

  • Allow callbacks (onSendCallback, CheckIgnore, transform) in react-native target
  • Update TypeScript type for LambdaHandler to work with async call signature
  • Allow increasing the stack trace limit in Chrome, Safari, and Node

Pull requests

Enable onSendCallback and transform callback for react-native, #847
Update npm dependencies with security updates, #846
Fix LambdaHandler type definition to work with async handler functions, #849
Diagnostic improvements, #850
Allow configuration of stack trace limit, #851
Add diagnostic keys for node source maps, #852

v2.15.2

21 Apr 15:15
Compare
Choose a tag to compare

Updates for Node only. This build contains no new updates for browser environments.

Pull requests

Fix error while initializing LRU cache, #841

v2.15.1

14 Apr 21:48
Compare
Choose a tag to compare

Pull requests

Only build stack for http errors when the feature is enabled, #843

v2.15.0

06 Mar 22:53
Compare
Choose a tag to compare

Highlights

  • Fixes wrong byte count for truncation
  • Allow rollbar errors on xhr/fetch http status (4xx/5xx/0)
  • Correctly parse method names with parens in stack traces
  • gracefully handle loadFull being called multiple times
  • Add CodePush Rewrite Rule
  • Enable new CDN

Pull requests

Update vows package to fix util dependency, #804
Enable node 12, #808
Fix npm run lint, #809
Use correct byte size for truncation, #810
Update deprecated uglifier and ensure serialize-javascript >= 2.1.1, #811
build(deps): bump handlebars from 4.0.11 to 4.5.3, #812
Allow rollbar errors on xhr/fetch http status (4xx/5xx/0), #814
Allow matching method names with parens, #815
fix: gracefully handle loadFull being called multiple times, #815
Update dependencies to remove npm security warnings, #820
Remove dev dependency grunt-tagrelease, #827
Add CodePush Rewrite Rule, #827
Add upload to s3 workflow, #831
Use new url format for cdn, #834

v2.14.10

06 Mar 22:10
d731a9c
Compare
Choose a tag to compare
v2.14.10 Pre-release
Pre-release

Testing S3 workflow/action.

v2.14.9

06 Mar 21:00
be56bfa
Compare
Choose a tag to compare
v2.14.9 Pre-release
Pre-release

Testing S3 workflow/action.