Skip to content

Releases: rollbar/rollbar.js

v2.14.8

06 Mar 19:16
311bb0b
Compare
Choose a tag to compare
v2.14.8 Pre-release
Pre-release

Testing S3 workflow/action.

v2.14.7

06 Mar 00:24
9ffc13b
Compare
Choose a tag to compare
v2.14.7 Pre-release
Pre-release

Testing S3 workflow/action.

v2.14.5

26 Nov 17:16
Compare
Choose a tag to compare
Release v2.14.5

v2.14.4

12 Nov 21:40
Compare
Choose a tag to compare

This release only affects dist/rollbar.snippet.js.

Sets the CDN path in the snippet to use 2.13.0 until cdnjs issues are resolved.

v2.14.3

08 Nov 19:53
Compare
Choose a tag to compare

Build dist in strict mode, #799

v2.14.2

06 Nov 18:36
Compare
Choose a tag to compare

Attempt to get Cloudflare to pick up the latest version. No delta from 2.14.0.

v2.14.1

05 Mar 22:41
Compare
Choose a tag to compare

Testing S3 workflow/action.

v2.14.0

01 Nov 19:51
Compare
Choose a tag to compare

Highlights

  • Telemetry: Support request/response headers and bodies for XHR and Fetch
  • Scrub telemetry HTTP headers and JSON request/response bodies
  • Better diagnostic info for errors parsed in Node and React Native
  • More robust stack parsing for React Native

Pull Requests

Update TypeScript types, #786
Network telemetry improvements, #787
CaptureEvent should handle ambiguous args, #788
Bump dep versions in examples, #789
Better semver for node source map deps, #790
Store original error in server and react native targets, #794
Use error-stack-parser for react native, #795
Add source map config to webpack example, #796

v2.13.0

12 Sep 21:31
Compare
Choose a tag to compare

Highlights

  • Better error class names for grouping (#779 #781)
  • Add Code Push path mapping for React Native
  • Add config option to set/override React Native path matching

Pull requests

Optionally guess error class when missing, #779
Enable react-native path rewrite from config, #780
Use most specific error name, #781
Travis chrome 62, #782

v2.12.3

29 Aug 23:09
Compare
Choose a tag to compare

Highlights

  • Updated TypeScript types
  • Improved handling of strict mode environments

Pull requests

Update TypeScript types for config object, #776
Recover from read-only window.console object, #778