Skip to content

Instantly share code, notes, and snippets.

@raghavgarg1257
Last active December 26, 2018 09:49
Show Gist options
  • Save raghavgarg1257/9460e8664e772d9edf03b85ada971779 to your computer and use it in GitHub Desktop.
Save raghavgarg1257/9460e8664e772d9edf03b85ada971779 to your computer and use it in GitHub Desktop.
import { ..., ErrorHandler } from '@angular/core';
import * as SentryBrowser from '@sentry/browser'; // browser SDK
import { ErrorLogger } from './error-logger';
...
providers: [
...
{ provide: ErrorHandler, useFactory: ErrorLogger.initWith(SentryBrowser) }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment