Skip to content

Commit 1f95019

Browse files
authored
Update Backbone, React plugin docs (#701)
1 parent c39b7e1 commit 1f95019

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

docs/integrations/backbone.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Backbone
44
Installation
55
------------
66

7-
Start by adding the ``raven.js`` script tag to our page. You'll want to position it
8-
after you load all other external libraries (like jQuery), but before your code.
7+
Start by adding the ``raven.js`` script tag to your page. It should be loaded as early as possible.
98

109
.. sourcecode:: html
1110

@@ -14,11 +13,10 @@ after you load all other external libraries (like jQuery), but before your code.
1413
Configuring the Client
1514
----------------------
1615

17-
Now need to set up Raven.js to use your Sentry DSN:
16+
Next configure Raven.js to use your Sentry DSN:
1817

1918
.. code-block:: javascript
2019
2120
Raven.config('___PUBLIC_DSN___').install()
2221
23-
At this point, Raven is ready to capture any uncaught exception via standard hooks
24-
in addition to Backbone specific hooks.
22+
At this point, Raven is ready to capture any uncaught exception.

docs/integrations/react.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ React
44
Installation
55
------------
66

7-
Start by adding the ``raven.js`` script tag to our page. You'll want to position it
8-
after you load all other external libraries (like jQuery), but before your code.
7+
Start by adding the ``raven.js`` script tag to your page. It should be loaded as early as possible.
98

109
.. sourcecode:: html
1110

@@ -14,7 +13,7 @@ after you load all other external libraries (like jQuery), but before your code.
1413
Configuring the Client
1514
----------------------
1615

17-
Now need to set up Raven.js to use your Sentry DSN:
16+
Next configure Raven.js to use your Sentry DSN:
1817

1918
.. code-block:: javascript
2019

0 commit comments

Comments
 (0)