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

Releases: getsentry/raven-node

0.11.0

01 Aug 17:01
Compare
Choose a tag to compare
  • captureError renamed to captureException to match raven-js (alias exists for backwards compat)
  • parsers.parseError now coerces Error type to string. [See #155]

0.10.0

24 Jan 23:09
Compare
Choose a tag to compare
  • Now supports global context for extra data, tags, user [See #141]
  • Added setUserContext, setExtraContext, setTagsContext