Skip to content

Commit

Permalink
Captured error already has required details.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipgorczynski authored and benvinegar committed Jul 7, 2017
1 parent da8503d commit 6384830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/angular.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Angular CLI now uses Webpack to build instead of SystemJS. All you need to do is
export class RavenErrorHandler implements ErrorHandler {
handleError(err:any) : void {
Raven.captureException(err.originalError);
Raven.captureException(err);
}
}
Expand Down

0 comments on commit 6384830

Please sign in to comment.