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 @@ -117,7 +117,7 @@ Putting it all together
117
117
<html >
118
118
<head >
119
119
<title >Awesome stuff happening here</title >
120
- <script src =" //cdn.ravenjs.com/1.1.10 /jquery,native/raven.min.js" ></script >
120
+ <script src =" //cdn.ravenjs.com/1.1.11 /jquery,native/raven.min.js" ></script >
121
121
<script >
122
122
var options = {
123
123
logger: ' my-logger' ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ So for example:
8
8
.. code-block :: html
9
9
10
10
<script src =" jquery.js" ></script >
11
- <script src =" //cdn.ravenjs.com/1.1.10 /jquery,native/raven.min.js" ></script >
11
+ <script src =" //cdn.ravenjs.com/1.1.11 /jquery,native/raven.min.js" ></script >
12
12
<script >Raven .config (' ...' ).install (); </script >
13
13
<script src =" app.js" ></script >
14
14
@@ -23,7 +23,7 @@ Our CDN distributes builds with and without :doc:`plugins </plugins/index>`.
23
23
24
24
.. code-block :: html
25
25
26
- <script src =" //cdn.ravenjs.com/1.1.10 /raven.min.js" ></script >
26
+ <script src =" //cdn.ravenjs.com/1.1.11 /raven.min.js" ></script >
27
27
28
28
**We highly recommend trying out a plugin or two since it'll greatly improve the chances that we can collect good information. **
29
29
You can’t perform that action at this time.
0 commit comments