Socket
Socket
Sign inDemoInstall

rollbar

Package Overview
Dependencies
Maintainers
7
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollbar - npm Package Versions

1
16

2.3.9

Diff

rokob
published 2.3.8 •

rokob
published 2.3.7 •

rokob
published 2.3.6 •

Changelog

Source

v2.3.6

  • Updates for React Native
rokob
published 2.3.5 •

Changelog

Source

v2.3.5

  • Correct error in typescript declarations
rokob
published 2.3.4 •

Changelog

Source

v2.3.4

  • Fix React Native undefined Regexp -> RegExp
  • Minor documentation changes
  • More typescript declarations
rokob
published 2.3.3 •

Changelog

Source

v2.3.3

  • Rewrite filenames for React Native hosts to make source maps easier to work with.
  • Include current item in telemetry queue to mitigate a UI issue on the backend
rokob
published 2.3.2 •

Changelog

Source

v2.3.2

  • Be defensive about navigator not existing on window #514

  • Proper scrubbing #510

  • Be defensive when accessing event properties #503

  • Add environment to options type enhancement #499

  • call the transform in the options on the server side too #498

  • fixes errMsg.match is not a function error #492

  • Call callback even if logging same as last error #490

rokob
published 2.3.1 •

Changelog

Source

v2.3.1

  • Attempt to get CDNJS to work
rokob
published 2.3.0 •

Changelog

Source

v2.3.0

  • React Native support. This introduces a interface layer for handling Javascript errors from React Native. This library is a dependency of https://github.com/rollbar/rollbar-react-native which is intended to be the main entry point for interacting with Rollbar from React Native.

  • Fix a bug related to telemetry scrubbing configuration options not being properly set via calls to configure

  • BREAKING: the endpoint configuration option used to default to https://api.rollbar.com/api/1 and we would append /item/ to obtain the URL for posting items. Now the default configuration option for endpoint is https://api.rollbar.com/api/1/item/ and we no longer append /item/ to whatever value you set. Therefore, if you are currently setting this value, you will need to change your setting to be equal to the exact URL you want items posted to, rather than the base URL that gets /item/ appended.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc