Skip to content

Commit

Permalink
Update docs for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Dec 17, 2015
1 parent bd94d52 commit 32a5f26
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Raven.js is a tiny standalone JavaScript client for [Sentry](https://getsentry.com/).

**Raven.js v1.3 requires Sentry v7.7.0 or later.**
**Raven.js v2.0 requires Sentry v8.0.0 or later.**

## Resources

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/angular.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ to wire up the SDK just as if you weren't using Angular. This should happen imme

.. code-block:: html

<script src="https://cdn.ravenjs.com/1.3.0/angular/raven.min.js"></script>
<script src="https://cdn.ravenjs.com/2.0.0/angular/raven.min.js"></script>
<script>
Raven.config('___PUBLIC_DSN___').install();
</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/backbone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ after you load all other external libraries (like jQuery), but before your code.

.. sourcecode:: html

<script src="https://cdn.ravenjs.com/1.3.0/backbone/raven.min.js"></script>
<script src="https://cdn.ravenjs.com/2.0.0/raven.min.js"></script>

Configuring the Client
----------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/ember.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ after you load all other external libraries (like jQuery), but before your code.

.. sourcecode:: html

<script src="https://cdn.ravenjs.com/1.3.0/ember/raven.min.js"></script>
<script src="https://cdn.ravenjs.com/2.0.0/ember/raven.min.js"></script>

Configuring the Client
----------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/react.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ after you load all other external libraries (like jQuery), but before your code.

.. sourcecode:: html

<script src="https://cdn.ravenjs.com/1.3.0/raven.min.js"></script>
<script src="https://cdn.ravenjs.com/2.0.0/raven.min.js"></script>

Configuring the Client
----------------------
Expand Down

0 comments on commit 32a5f26

Please sign in to comment.