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 @@ -115,7 +115,7 @@ Putting it all together
115
115
<html >
116
116
<head >
117
117
<title >Awesome stuff happening here</title >
118
- <script src =" //cdn.ravenjs.com/1.1.0 /jquery,native/raven.min.js" ></script >
118
+ <script src =" //cdn.ravenjs.com/1.1.2 /jquery,native/raven.min.js" ></script >
119
119
<script >
120
120
var options = {
121
121
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.0 /jquery,native/raven.min.js" ></script >
11
+ <script src =" //cdn.ravenjs.com/1.1.2 /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.0 /raven.min.js" ></script >
26
+ <script src =" //cdn.ravenjs.com/1.1.2 /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