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:
2727
2828.. sourcecode :: html
2929
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>
3131
3232Configuring the Project
3333-----------------------
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ So for example:
99.. sourcecode :: html
1010
1111 <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>
1313 <script>Raven.config('___PUBLIC_DSN___').install();</script>
1414 <script src="app.js"></script>
1515
@@ -28,7 +28,7 @@ Our CDN distributes builds with and without :doc:`plugins <plugins>`.
2828
2929.. sourcecode :: html
3030
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>
3232
3333**We highly recommend trying out a plugin or two since it'll greatly
3434improve the chances that we can collect good information. **
You can’t perform that action at this time.
0 commit comments