1 | <p align="center">
|
2 | <a href="https://sentry.io" target="_blank" align="center">
|
3 | <img src="https://sentry-brand.storage.googleapis.com/sentry-logo-black.png" width="280">
|
4 | </a>
|
5 | <br/>
|
6 | <h1>Raven.js - Sentry SDK for JavaScript</h1>
|
7 | </p>
|
8 |
|
9 | [![Build Status](https://travis-ci.org/getsentry/raven-js.svg?branch=master)](https://travis-ci.org/getsentry/raven-js)
|
10 | [![npm](https://img.shields.io/npm/v/raven-js.svg)](https://www.npmjs.com/package/raven-js)
|
11 | [![npm](https://img.shields.io/npm/dm/raven-js.svg)](https://www.npmjs.com/package/raven-js)
|
12 |
|
13 | # Raven.js
|
14 |
|
15 | ## Requirements
|
16 |
|
17 | The latest version of Raven.js is guaranteed to work with [hosted Sentry](https://sentry.io).
|
18 |
|
19 | For on-premise users:
|
20 |
|
21 | - Raven.js [3.6](https://github.com/getsentry/raven-js/releases/tag/3.6.0) requires Sentry server 8.6.0 or later
|
22 | - Raven.js [2.0](https://github.com/getsentry/raven-js/releases/tag/2.0.0) requires Sentry server 8.0.0 or later
|
23 |
|
24 | ## Installation
|
25 |
|
26 | To get started with Raven.js, please see [Installation](https://docs.sentry.io/clients/javascript/install/).
|
27 |
|
28 | ## Resources
|
29 |
|
30 | - [Download](http://ravenjs.com)
|
31 | - [Documentation](https://docs.sentry.io/hosted/clients/javascript/)
|
32 | - [Bug Tracker](https://github.com/getsentry/raven-js/issues)
|
33 | - [IRC](irc://chat.freenode.net/sentry) (chat.freenode.net, #sentry)
|
34 | - Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates
|