Skip to content

Commit

Permalink
fix(lib): cannot mix multi providers and regular providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Apr 12, 2024
1 parent c5d750c commit a98e41f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/lib/src/ngx-sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
export const NGX_SENTRY_PROVIDERS = (options?: ErrorHandlerOptions): Provider[] => [{
// Automatically send Javascript errors captured by the Angular's error handler
provide: ErrorHandler,
multi: true,
useValue: createErrorHandler({
showDialog: false,
...options
Expand Down

0 comments on commit a98e41f

Please sign in to comment.