Skip to content

Commit 6384830

Browse files
filipgorczynskibenvinegar
authored andcommitted
Captured error already has required details.
1 parent da8503d commit 6384830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/angular.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Angular CLI now uses Webpack to build instead of SystemJS. All you need to do is
101101
102102
export class RavenErrorHandler implements ErrorHandler {
103103
handleError(err:any) : void {
104-
Raven.captureException(err.originalError);
104+
Raven.captureException(err);
105105
}
106106
}
107107

0 commit comments

Comments
 (0)