Skip to content

Commit 8c8acfb

Browse files
committed
Improve Angular docs
1 parent 9fa22b0 commit 8c8acfb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/integrations/angular.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)