UNPKG

bixi

Version:

企业级中后台前端解决方案

8 lines (6 loc) 187 B
import { ErrorHandler } from '@angular/core'; import { SentryService } from './sentry.service'; export const SENTRY_PROVIDERS = [{ provide: ErrorHandler, useClass: SentryService }];