Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

4.0.0

Compare
Choose a tag to compare
@imbstack imbstack released this 08 Aug 21:22
· 138 commits to master since this release
v4.0.0
f5db7ed
  • 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.