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.
1 parent ea58d7f commit d7e787eCopy full SHA for d7e787e
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.originalError);
+ Raven.captureException(err);
73
}
74
75
0 commit comments