Skip to content

Releases: rollbar/rollbar.js

v2.3.0

31 Oct 23:11
Compare
Choose a tag to compare
  • 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.

v2.2.10

17 Oct 18:56
Compare
Choose a tag to compare

Fixed a bug where maxItems was not properly respected when set in the initial configuration.

v2.2.9

03 Oct 00:17
Compare
Choose a tag to compare
  • Update debug package to v2.6.9 to address Node Security Warning
  • Fix calling captureEvent on the singleton
  • Clean up some references to our wrapper in stack traces

v2.2.8

19 Sep 16:18
Compare
Choose a tag to compare
  • Stop polluting the global namespace in the umd build
  • Don't use the maxItems configuration option on the server side
  • Fix the way telementry dom elements are truncated
  • Fix some typescript declaration issues

v2.2.3

18 Aug 16:26
Compare
Choose a tag to compare

Actually make collecting network telemetry on by default

v2.2.2

18 Aug 12:28
Compare
Choose a tag to compare

Fixed the bug related to network telemetry which was causing certain callbacks not to be called. Again enabled gathering network telemetry data by default.

v2.2.1

17 Aug 00:06
Compare
Choose a tag to compare

We've disabled the default collection of network telemetry events while we investigate issues some users have reported (see: #379)

v2.2.0

15 Aug 19:52
Compare
Choose a tag to compare

Telemetry data is now collected by default and included with items sent to Rollbar. View full details in the changelog.

v2.1.3

07 Aug 19:02
Compare
Choose a tag to compare
  • Actually send the client-side UUID with the item
  • Fix typos in typescript declaration

v2.1.1

31 Jul 09:48
Compare
Choose a tag to compare
  • 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