We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3828c commit 1b9b0dfCopy full SHA for 1b9b0df
docs/integrations/angular.rst
@@ -13,7 +13,7 @@ Example:
13
14
.. sourcecode:: html
15
16
- <script src="https://cdn.ravenjs.com/2.0.0/angular/raven.min.js"></script>
+ <script src="https://cdn.ravenjs.com/2.0.5/angular/raven.min.js"></script>
17
18
<!-- your application code below -->
19
<script src="static/app.js"></script>
@@ -38,7 +38,7 @@ to wire up the SDK just as if you weren't using Angular. This should happen imme
38
39
.. code-block:: html
40
41
42
<script>
43
Raven.config('___PUBLIC_DSN___').install();
44
</script>
0 commit comments