File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ Optional settings
4949
5050.. describe :: serverName
5151
52+ .. versionadded :: 1.3.0
53+
5254 Typically this would be the server name, but that doesn’t exist on
5355 all platforms. Instead you may use something like the device ID, as it
5456 indicates the host which the client is running on.
Original file line number Diff line number Diff line change 11AngularJS
22=========
33
4+ .. versionadded :: 1.3.0
5+ Prior to 1.3.0, we had an Angular plugin, but was undocumented. 1.3.0 comes with a rewritten version with better support.
6+
47Installation
58------------
69
@@ -10,7 +13,7 @@ Example:
1013
1114.. sourcecode :: html
1215
13- <script src="https://cdn.ravenjs.com/1.2 .0/angular,native/raven.min.js"></script>
16+ <script src="https://cdn.ravenjs.com/1.3 .0/angular,native/raven.min.js"></script>
1417
1518 <!-- your application code below -->
1619 <script src="static/app.js"></script>
@@ -35,7 +38,7 @@ your raven.js script include:
3538
3639.. code-block :: html
3740
38- <script src =" https://cdn.ravenjs.com/1.2 .0/angular,native/raven.min.js" ></script >
41+ <script src =" https://cdn.ravenjs.com/1.3 .0/angular,native/raven.min.js" ></script >
3942 <script >
4043 Raven .config (' ___PUBLIC_DSN___' ).install ();
4144 </script >
You can’t perform that action at this time.
0 commit comments