As of June 2018 this repository will slowly transition into a mono repo containing all related Sentry JavaScript SDKs.
raven-js
andraven-node
will still be available as is, but living underpackages/
directory. For now nothing should change, we will slowly updating the repo/readme as we go forward.
The latest version of Raven.js is guaranteed to work with hosted Sentry.
For on-premise users:
- Raven.js 3.6 requires Sentry server 8.6.0 or later
- Raven.js 2.0 requires Sentry server 8.0.0 or later
To get started with Raven.js, please see Installation.
- Download
- Documentation
- Bug Tracker
- IRC (chat.freenode.net, #sentry)
- Follow @getsentry on Twitter for updates
raven-node
supports only LTS versions of Node, therefore currently required release is >= v4.0.0
.
The last known working version for v0.10
and v0.12
is [email protected]
.
Please use this version if you need to support those releases of Node.
To see up-to-date Node.js LTS Release Schedule, go to https://github.com/nodejs/LTS.
- Documentation
- Bug Tracker
- IRC (chat.freenode.net, #sentry)