rollbar.js

Error tracking and logging from Javascript to Rollbar

MIT License

Downloads
1.7M
Stars
564
Committers
116

Bot releases are hidden (Show)

rollbar.js - v2.26.4 Latest Release

Published by waltjones 7 months ago

rollbar.js - v2.26.3

Published by waltjones 8 months ago

rollbar.js - v2.26.2

Published by waltjones over 1 year ago

rollbar.js - v2.26.1

Published by waltjones almost 2 years ago

Fixes

rollbar.js - v2.26.0

Published by waltjones almost 2 years ago

rollbar.js - v2.25.2

Published by waltjones about 2 years ago

Fixes:

rollbar.js - v2.25.1

Published by waltjones about 2 years ago

Updates

rollbar.js - v2.25.0

Published by waltjones over 2 years ago

Highlights

Pull requests

rollbar.js - v2.24.1

Published by waltjones over 2 years ago

rollbar.js - v2.24.0

Published by waltjones over 3 years ago

Node.js: Supports capturing code context from sourcesContent in the source map file, https://github.com/rollbar/rollbar.js/pull/959

rollbar.js - v2.23.0

Published by waltjones over 3 years ago

Added ability to use async transform function, https://github.com/rollbar/rollbar.js/pull/953

rollbar.js - v2.22.0

Published by waltjones over 3 years ago

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, https://github.com/rollbar/rollbar.js/pull/939
Add TypeScript definitions for CSP error reporting, https://github.com/rollbar/rollbar.js/pull/942
Node.js telemetry - logging and http(s) request, https://github.com/rollbar/rollbar.js/pull/943
Add node 14, 16 to ci, https://github.com/rollbar/rollbar.js/pull/949
Apply ignoredMessages filter to trace_chain occurrences, https://github.com/rollbar/rollbar.js/pull/945
Update ts types for locals, https://github.com/rollbar/rollbar.js/pull/950
Read timeout from options and pass it to the XMLHttpRequest, https://github.com/rollbar/rollbar.js/pull/947

rollbar.js - v2.21.1

Published by waltjones over 3 years ago

Highlights

Enables uncaught error capture for Web Workers.

Pull Requests

Enable uncaught error capture for web workers, https://github.com/rollbar/rollbar.js/pull/929

rollbar.js - v2.21.0

Published by waltjones over 3 years ago

Revised options for Node.js local variables capture:

  • Load the locals module separately
  • Add options for enable/disable, and uncaughtOnly
rollbar.js - v2.20.0

Published by waltjones over 3 years ago

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, https://github.com/rollbar/rollbar.js/pull/889
Improve error callback handling, https://github.com/rollbar/rollbar.js/pull/900
Adds 'scrubPaths' to Configuration interface, https://github.com/rollbar/rollbar.js/pull/899
TypeScript allow undefined LogArgument, https://github.com/rollbar/rollbar.js/pull/907
Enable reporting for CSP errors, https://github.com/rollbar/rollbar.js/pull/903
Wait in async lambda handler, https://github.com/rollbar/rollbar.js/pull/910
Deprecate whitelist/blacklist in favor of safelist/blocklist, https://github.com/rollbar/rollbar.js/pull/911
Enable node.js stack locals capture, https://github.com/rollbar/rollbar.js/pull/902
Enable depth of traversal for node local vars, https://github.com/rollbar/rollbar.js/pull/914
Update type definition, https://github.com/rollbar/rollbar.js/pull/917
Scrub all occurrences of objects seen twice, https://github.com/rollbar/rollbar.js/pull/913

rollbar.js - v2.19.4

Published by waltjones about 4 years ago

Highlights

  • Network telemetry fixes
  • TypeScript types for componentized package
  • Set error tag in tracer

Pull requests

Add call to set error tag to true, https://github.com/rollbar/rollbar.js/pull/893
Network telemetry XHR response Content-Type fixes, https://github.com/rollbar/rollbar.js/pull/894
Add ts types for componentized package, https://github.com/rollbar/rollbar.js/pull/892

rollbar.js - v2.19.3

Published by waltjones about 4 years ago

Highlights

Fixes several issues with the JSON polyfill.

Pull requests

Allow non-native JSON functions when not using the polyfill, https://github.com/rollbar/rollbar.js/pull/888

rollbar.js - v2.19.2

Published by waltjones about 4 years ago

Highlights

  • Fixes uncaught flag in checkIgnore callback
  • Fixes issue when telemetry for XHR request headers is enabled

Pull requests

Ensure checkIgnore receives isUncaught, https://github.com/rollbar/rollbar.js/pull/882
Make setRequestHeader safe after async open, https://github.com/rollbar/rollbar.js/pull/883

rollbar.js - v2.19.1

Published by waltjones about 4 years ago

Bumping the version to get the version for browser target in sync.

rollbar.js - v2.19.0

Published by waltjones about 4 years ago

Highlights

  • Option for componentized browser package, to reduce bundle size
  • Correct request URLs when using nested routers
  • Remove unneeded npm dependencies
  • Update TypeScript definitions

Pull requests

Remove debug from dependency, https://github.com/rollbar/rollbar.js/pull/871
Support nested routes in the request data and context item payloads, https://github.com/rollbar/rollbar.js/pull/872
Add "addErrorContext" in config type, https://github.com/rollbar/rollbar.js/pull/874
build(deps): bump lodash from 4.17.15 to 4.17.19, https://github.com/rollbar/rollbar.js/pull/875
Option to reduce browser bundle size, https://github.com/rollbar/rollbar.js/pull/817
Remove const declarations, https://github.com/rollbar/rollbar.js/pull/877
Remove buffer-from and use node's Buffer.from, https://github.com/rollbar/rollbar.js/pull/878
Add ts definition for config.host in node/server env, https://github.com/rollbar/rollbar.js/pull/879