rollbar.js

Error tracking and logging from Javascript to Rollbar

MIT License

Downloads
1.7M
Stars
564
Committers
116

Bot releases are visible (Hide)

rollbar.js - v2.18.0

Published by waltjones over 4 years ago

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, https://github.com/rollbar/rollbar.js/pull/868
Allow scrubbing by full path in payload, https://github.com/rollbar/rollbar.js/pull/869
Send error context as custom data, https://github.com/rollbar/rollbar.js/pull/868

rollbar.js - v2.17.0

Published by waltjones over 4 years ago

Highlights

Beta Lightstep integration

Pull requests

Update README build status link, https://github.com/rollbar/rollbar.js/pull/856
Add opentracing integration, https://github.com/rollbar/rollbar.js/pull/860
Update naming convention for Lightstep open tracing span tags, https://github.com/rollbar/rollbar.js/pull/864
bump websocket-extensions from 0.1.3 to 0.1.4, https://github.com/rollbar/rollbar.js/pull/866

rollbar.js - v2.16.2

Published by waltjones over 4 years ago

Restores originalArgs used by checkIgnore, https://github.com/rollbar/rollbar.js/pull/858

rollbar.js - v2.16.1

Published by waltjones over 4 years ago

Fix TypeScript compilation errors, https://github.com/rollbar/rollbar.js/pull/854

rollbar.js - v2.16.0

Published by waltjones over 4 years ago

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, https://github.com/rollbar/rollbar.js/pull/847
Update npm dependencies with security updates, https://github.com/rollbar/rollbar.js/pull/846
Fix LambdaHandler type definition to work with async handler functions, https://github.com/rollbar/rollbar.js/pull/849
Diagnostic improvements, https://github.com/rollbar/rollbar.js/pull/850
Allow configuration of stack trace limit, https://github.com/rollbar/rollbar.js/pull/851
Add diagnostic keys for node source maps, https://github.com/rollbar/rollbar.js/pull/852

rollbar.js - v2.15.2

Published by waltjones over 4 years ago

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

Pull requests

Fix error while initializing LRU cache, https://github.com/rollbar/rollbar.js/pull/841

rollbar.js - v2.15.1

Published by waltjones over 4 years ago

Pull requests

Only build stack for http errors when the feature is enabled, https://github.com/rollbar/rollbar.js/pull/843

rollbar.js - v2.15.0

Published by waltjones over 4 years ago

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

rollbar.js - v2.14.10

Published by waltjones over 4 years ago

Testing S3 workflow/action.

rollbar.js - v2.14.9

Published by waltjones over 4 years ago

Testing S3 workflow/action.

rollbar.js - v2.14.8

Published by waltjones over 4 years ago

Testing S3 workflow/action.

rollbar.js - v2.14.7

Published by waltjones over 4 years ago

Testing S3 workflow/action.

rollbar.js - v2.14.1

Published by waltjones over 4 years ago

Testing S3 workflow/action.

rollbar.js - v2.14.5

Published by waltjones almost 5 years ago

rollbar.js - v2.14.4

Published by waltjones almost 5 years ago

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.

rollbar.js - v2.14.3

Published by waltjones almost 5 years ago

rollbar.js - v2.14.2

Published by waltjones almost 5 years ago

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

rollbar.js - v2.14.0

Published by waltjones almost 5 years ago

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, https://github.com/rollbar/rollbar.js/pull/786
Network telemetry improvements, https://github.com/rollbar/rollbar.js/pull/787
CaptureEvent should handle ambiguous args, https://github.com/rollbar/rollbar.js/pull/788
Bump dep versions in examples, https://github.com/rollbar/rollbar.js/pull/789
Better semver for node source map deps, https://github.com/rollbar/rollbar.js/pull/790
Store original error in server and react native targets, https://github.com/rollbar/rollbar.js/pull/794
Use error-stack-parser for react native, https://github.com/rollbar/rollbar.js/pull/795
Add source map config to webpack example, https://github.com/rollbar/rollbar.js/pull/796

rollbar.js - v2.13.0

Published by waltjones about 5 years ago

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, https://github.com/rollbar/rollbar.js/pull/779
Enable react-native path rewrite from config, https://github.com/rollbar/rollbar.js/pull/780
Use most specific error name, https://github.com/rollbar/rollbar.js/pull/781
Travis chrome 62, https://github.com/rollbar/rollbar.js/pull/782

rollbar.js - v2.12.3

Published by waltjones about 5 years ago

Highlights

  • Updated TypeScript types
  • Improved handling of strict mode environments

Pull requests

Update TypeScript types for config object, https://github.com/rollbar/rollbar.js/pull/776
Recover from read-only window.console object, https://github.com/rollbar/rollbar.js/pull/778