This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
4.0.0
- reportError() will no longer reject the promise when reporting to Sentry fails. It would require everyone to
.catch()
it all over the place and 99% of the time people shouldn't really care all that much about the success of the report. We now accept the promise with a value of either true or false depending on the success for those times when you really want to know. With the old way of doing things, an error from Sentry could cause a cascading series of failures.