This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Releases: getsentry/raven-node
Releases · getsentry/raven-node
Version 1.1.4
- Use
util.format
to get message string inconsole
instrumentation [See #289]
Version 1.1.3
1.1.2
1.1.1
1.1.0
See our forum post for details.
1.0.0
See our forum post for details.
Raven.config(...)
instead ofnew raven.Client(...)
Raven.install()
instead ofclient.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 andset*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();
0.12.3
0.12.2
v1.0.0 Beta 0
See our forum post for details.