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:
3333 Configuring the Client
3434----------------------
3535
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:
3839
3940.. code-block :: html
4041
@@ -43,5 +44,5 @@ your raven.js script include:
4344 Raven .config (' ___PUBLIC_DSN___' ).install ();
4445 </script >
4546
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