File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,9 @@ module dependency:
33
33
Configuring the Client
34
34
----------------------
35
35
36
- You need to configure raven.js to use your Sentry DSN. This should happen immediately after
37
- your raven.js script include:
36
+ While adding ``ngRaven `` to your app will capture enable integration support, you'll still need
37
+ to wire up the SDK just as if you weren't using Angular. This should happen immediately **after **
38
+ your the JS SDK script tag:
38
39
39
40
.. code-block :: html
40
41
@@ -43,5 +44,5 @@ your raven.js script include:
43
44
Raven .config (' ___PUBLIC_DSN___' ).install ();
44
45
</script >
45
46
46
- At this point, Raven is ready to capture any uncaught exception via standard hooks
47
- in addition to Backbone specific hooks .
47
+ At this point the SDK will capture Angular-specific errors, as well as general JavaScript
48
+ issues that may happen outside of the scope of the framework .
You can’t perform that action at this time.
0 commit comments