Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@LewisJEllis LewisJEllis released this 13 Dec 11:25
· 213 commits to master since this release

See our forum post for details.

  • Raven.config(...) instead of new raven.Client(...)
  • Raven.install() instead of client.patchGlobal()
  • The callback to Raven.captureException now fires after transmission [See #217]
  • Added captureUnhandledRejections option for Promise rejections
  • Introduced contexts and associated set/merge/getContext methods [See #207]
  • Added shouldSendCallback config option and set*Callback methods [See #220]
  • Added intercept() method [See #225]
  • Backwards compatibility was mostly maintained, but lots of stuff was deprecated
    • We'll print console messages if you're doing anything the old way
    • We'll also print console messages in certain situations where behavior might be surprising, like if no DSN is configured
    • You can disable these alerts with Raven.disableConsoleAlerts();