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

Releases: getsentry/raven-node

2.1.2

16 Aug 20:29
Compare
Choose a tag to compare
  • Remove errant large file that accidentally got published in 2.1.1. [See #361]

2.1.1

27 Jul 22:36
Compare
Choose a tag to compare
  • Fix issue where HTTP request was duplicated as req (and dropped by Sentry server). [See #340]

Version 2.1.0

20 Jun 22:28
Compare
Choose a tag to compare
  • Truncate long lines in surrounding source to avoid sending large amounts of minified code [See #329]
  • Refactor automatic breadcrumb instrumentation of modules to accommodate compilation tools [See #322]
  • Testing for Node 8 [See #328]

Version 2.0.2

24 May 23:54
Compare
Choose a tag to compare
  • Fix issue with sending empty request details when no request is present [See #324]

Version 2.0.1

17 May 01:05
Compare
Choose a tag to compare
  • Fix memory explosion when parsing stack for large files [See #320]

Version 2.0.0

11 May 19:58
Compare
Choose a tag to compare
  • 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
  • Don't include domain property as extra property on Error 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

07 Apr 18:28
Compare
Choose a tag to compare
  • Fix memory leak in consoleAlert (and thus, if not disabled, in captureException) [See #300]

Version 1.1.6

07 Apr 18:28
Compare
Choose a tag to compare
  • Fix memory leak in consoleAlert (and thus, if not disabled, in captureException) [See #300]

Version 1.2.0

16 Mar 19:43
Compare
Choose a tag to compare
  • Add sampleRate config option [See #292]

Version 1.1.5

16 Mar 19:42
Compare
Choose a tag to compare
  • Fix memory leak in http autoBreadcrumb instrumentation [See #296]