33 lines
1.5 KiB
Markdown
33 lines
1.5 KiB
Markdown
<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.js - Sentry SDK for JavaScript</h1>
|
|
</p>
|
|
|
|
[![Sauce Test Status](https://saucelabs.com/buildstatus/sentryio)](https://saucelabs.com/u/sentryio) [![Build Status](https://travis-ci.org/getsentry/raven-js.svg?branch=master)](https://travis-ci.org/getsentry/raven-js) [![npm](https://img.shields.io/npm/v/raven-js.svg)](https://www.npmjs.com/package/raven-js) [![npm](https://img.shields.io/npm/dm/raven-js.svg)](https://www.npmjs.com/package/raven-js)
|
|
|
|
[![Sauce Test Status](https://saucelabs.com/browser-matrix/sentryio.svg)](https://saucelabs.com/u/sentryio)
|
|
|
|
## Requirements
|
|
|
|
The latest version of Raven.js is guaranteed to work with [hosted Sentry](https://sentry.io).
|
|
|
|
For on-premise users:
|
|
|
|
* Raven.js [3.6](https://github.com/getsentry/raven-js/releases/tag/3.6.0) requires Sentry server 8.6.0 or later
|
|
* Raven.js [2.0](https://github.com/getsentry/raven-js/releases/tag/2.0.0) requires Sentry server 8.0.0 or later
|
|
|
|
## Installation
|
|
|
|
To get started with Raven.js, please see [Installation](https://docs.sentry.io/clients/javascript/install/).
|
|
|
|
## Resources
|
|
|
|
* [Download](http://ravenjs.com)
|
|
* [Documentation](https://docs.sentry.io/hosted/clients/javascript/)
|
|
* [Bug Tracker](https://github.com/getsentry/raven-js/issues)
|
|
* [IRC](irc://chat.freenode.net/sentry) (chat.freenode.net, #sentry)
|
|
* Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates
|