We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
originalError
1 parent 0dd3675 commit b1d09c1Copy full SHA for b1d09c1
docs/integrations/angular2.rst
@@ -69,7 +69,7 @@ Then, in your main module file (where ``@NgModule`` is called, e.g. app.module.t
69
70
export class RavenErrorHandler implements ErrorHandler {
71
handleError(err:any) : void {
72
- Raven.captureException(err);
+ Raven.captureException(err.originalError || err);
73
}
74
75
0 commit comments