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 @@ -13,7 +13,7 @@ So for example:
13
13
<script>Raven.config('___PUBLIC_DSN___').install();</script>
14
14
<script src="app.js"></script>
15
15
16
- This allows the ability for Raven's plugins to instrument themselves. If
16
+ This allows the ability for Raven's integrations to instrument themselves. If
17
17
included before something like jQuery, it'd be impossible to use for
18
18
example, the jquery plugin.
19
19
@@ -24,7 +24,7 @@ We serve our own builds off of `Fastly <http://www.fastly.com/>`_. They
24
24
are accessible over both http and https, so we recommend leaving the
25
25
protocol off.
26
26
27
- Our CDN distributes builds with and without :doc: `plugins < plugins >`.
27
+ Our CDN distributes builds with and without :doc: `integrations < integrations/index >`.
28
28
29
29
.. sourcecode :: html
30
30
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Since this accepts a regular expression, that would catch anything
23
23
\* .example.com or example.com exactly. See also: :ref: `Config:
24
24
whitelistUrls<config-whitelist-urls>`.
25
25
26
- Next, checkout the list of :doc: `plugins < plugins >` we provide and see
26
+ Next, checkout the list of :doc: `integrations < integrations/index >` we provide and see
27
27
which are applicable to you.
28
28
29
29
The community has compiled a list of common ignore rules for common
You can’t perform that action at this time.
0 commit comments