We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9bcff commit 78b4417Copy full SHA for 78b4417
README.md
@@ -163,10 +163,10 @@ The [community library](https://github.com/tandibar/ng-rollbar) which provides t
163
Angular 1 support has releases for the different versions of this Rollbar.js library. Those releases
164
lag behind releases to this library, but they are usually in sync.
165
166
-### Angular 2
+### Angular 2 and Later
167
168
Setting the `captureUncaught` option to true will result in reporting all uncaught exceptions to
169
-Rollbar by default. Additionally, one can catch any Angular 2 specific exceptions reported through the
+Rollbar by default. Additionally, one can catch any Angular-specific exceptions reported through the
170
`@angular/core/ErrorHandler` component by setting a custom `ErrorHandler` class:
171
172
```js
0 commit comments