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
49
49
50
50
.. describe :: serverName
51
51
52
+ .. versionadded :: 1.3.0
53
+
52
54
Typically this would be the server name, but that doesn’t exist on
53
55
all platforms. Instead you may use something like the device ID, as it
54
56
indicates the host which the client is running on.
Original file line number Diff line number Diff line change 1
1
AngularJS
2
2
=========
3
3
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
+
4
7
Installation
5
8
------------
6
9
@@ -10,7 +13,7 @@ Example:
10
13
11
14
.. sourcecode :: html
12
15
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>
14
17
15
18
<!-- your application code below -->
16
19
<script src="static/app.js"></script>
@@ -35,7 +38,7 @@ your raven.js script include:
35
38
36
39
.. code-block :: html
37
40
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 >
39
42
<script >
40
43
Raven .config (' ___PUBLIC_DSN___' ).install ();
41
44
</script >
You can’t perform that action at this time.
0 commit comments