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
2.1.2
2.1.1
Version 2.1.0
Version 2.0.2
- Fix issue with sending empty request details when no request is present [See #324]
Version 2.0.1
- Fix memory explosion when parsing stack for large files [See #320]
Version 2.0.0
- Properly surface errors to preserve process exit conditions [See #308, #257]
- Node processes with raven will now exit in exactly the same situations as if raven were not present
- Previously, there were failure scenarios where raven would erroneously cause the process to continue to run when it should have shut down
- Be aware when upgrading: it is possible that with raven-node 2.0, your node process will shut down from exceptions where it previously did not
- This also includes changes to more reliably finish capturing the exception that induces process shutdown
- Node processes with raven will now exit in exactly the same situations as if raven were not present
- Don't include
domain
property as extra property onError
objects [See #309] - Parse
req
object from context or kwargs [See #310]- For Express middleware users in particular, raven will now automatically report request details and user context in situations where it previously did not
- Tidied up
.npmignore
to exclude unnecessary files in npm package [See #311]- Install size reduced from 484kB to 84kB, which should save npm ~100GB/month in bandwidth
- Removed various deprecated methods [See #313]
- Removed postgres autoBreadcrumbs to avoid webpack dependency issue [See #315, #254]
- postgres (and more) autoBreadcrumbs will return in version 2.1
Version 1.2.1
- Fix memory leak in
consoleAlert
(and thus, if not disabled, incaptureException
) [See #300]
Version 1.1.6
- Fix memory leak in
consoleAlert
(and thus, if not disabled, incaptureException
) [See #300]
Version 1.2.0
- Add sampleRate config option [See #292]
Version 1.1.5
- Fix memory leak in http autoBreadcrumb instrumentation [See #296]