File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ you can use our CDN:
27
27
28
28
.. sourcecode :: html
29
29
30
- <script src="//cdn.ravenjs.com/1.1.19 /raven.min.js"></script>
30
+ <script src="//cdn.ravenjs.com/1.1.20 /raven.min.js"></script>
31
31
32
32
Configuring the Project
33
33
-----------------------
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ So for example:
9
9
.. sourcecode :: html
10
10
11
11
<script src="jquery.js"></script>
12
- <script src="//cdn.ravenjs.com/1.1.19 /jquery,native/raven.min.js"></script>
12
+ <script src="//cdn.ravenjs.com/1.1.20 /jquery,native/raven.min.js"></script>
13
13
<script>Raven.config('___PUBLIC_DSN___').install();</script>
14
14
<script src="app.js"></script>
15
15
@@ -28,7 +28,7 @@ Our CDN distributes builds with and without :doc:`plugins <plugins>`.
28
28
29
29
.. sourcecode :: html
30
30
31
- <script src="//cdn.ravenjs.com/1.1.19 /raven.min.js"></script>
31
+ <script src="//cdn.ravenjs.com/1.1.20 /raven.min.js"></script>
32
32
33
33
**We highly recommend trying out a plugin or two since it'll greatly
34
34
improve the chances that we can collect good information. **
You can’t perform that action at this time.
0 commit comments