Releases: rollbar/rollbar.js
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 ishttps://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.
v2.2.10
v2.2.9
v2.2.8
v2.2.3
v2.2.2
v2.2.1
v2.2.0
Telemetry data is now collected by default and included with items sent to Rollbar. View full details in the changelog.
v2.1.3
v2.1.1
- Allow more flexibility of request objects
#346 - Address issue with handleItemWithError possible not calling the callback
#345 - Fixed a typo in README.md
#343 - unify configuration options
#341 - add some intervals to keep the event loop running when wait is called
#338 - [Fixes #336] Propagate message
#337 - [Fixes #269] get rid of rollbar wrapper stack frames
#335 - first pass at a typescript declaration file
#334 - Fix #331 Verbose logging was using the wrong key structure
#332