# raven

> A standalone (Node.js) client for Sentry

Latest version **2.6.4** (published 2018-09-04) · BSD-2-Clause license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install raven
pnpm add raven
yarn add raven
bun add raven
```

Provides the command `raven`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.6.4 |
| Published | 2018-09-04 |
| First published | 2012-03-17 |
| Weekly downloads | 0 |
| License | BSD-2-Clause |
| TypeScript types | separate (@types/raven) |
| Module format | CommonJS |
| Node | >= 4.0.0 |
| Dependencies | 5 |
| Unpacked size | 68.3 KB |
| Known vulnerabilities | 0 (+2 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 8742 |
| Author | Matt Robenolt |
| Maintainers | benvinegar, billyvg, haza, jauer, kamilogorek, mattrobenolt, maxbittker, mitsuhiko, sentry-bot, zeeg |
| Keywords | debugging, errors, exceptions, logging, raven, sentry |

## Links

- npm: https://www.npmjs.com/package/raven
- Repository: https://github.com/getsentry/raven-js
- Issues: https://github.com/getsentry/raven-js/issues
- npm.io page: https://npm.io/package/raven

## Dependencies (5)

- [md5](https://npm.io/package/md5.md) ^2.2.1
- [uuid](https://npm.io/package/uuid.md) 3.3.2
- [cookie](https://npm.io/package/cookie.md) 0.3.1
- [timed-out](https://npm.io/package/timed-out.md) 4.0.1
- [stack-trace](https://npm.io/package/stack-trace.md) 0.0.10

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 2.6.4 (latest) — 2018-09-04
- 1.0.0-beta.1 (beta) — 2016-11-22
- 2.6.3 — 2018-06-20
- 2.6.2 — 2018-05-17
- 2.6.1 — 2018-05-10
- 2.6.0 — 2018-04-24
- 2.5.0 — 2018-04-09
- 2.4.2 — 2018-02-27
- 2.4.1 — 2018-02-09
- 2.4.0 — 2018-01-24
- 2.3.0 — 2017-12-11
- 2.2.1 — 2017-10-02
- 2.2.0 — 2017-10-02
- 2.1.2 — 2017-08-16
- 2.1.1 — 2017-07-27
- … 55 more at https://npm.io/package/raven/versions

## README

<p align="center">
    <a href="https://sentry.io" target="_blank" align="center">
        <img src="https://sentry-brand.storage.googleapis.com/sentry-logo-black.png" width="280">
    </a>
    <br/>
    <h1>Raven-node - Sentry SDK for Node.js</h1>
</p>

[![Build Status](https://travis-ci.org/getsentry/raven-node.svg?branch=master)](https://travis-ci.org/getsentry/raven-node)

`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 `raven-node@2.1.2`.
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.

## Resources

* [Documentation](https://docs.getsentry.com/hosted/clients/node/)
* [Bug Tracker](https://github.com/getsentry/raven-node/issues)
* [IRC](irc://chat.freenode.net/sentry) (chat.freenode.net, #sentry)

---
_Source: https://npm.io/package/raven · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
