@hug/ngx-sentry
Version:
Angular wrapper for the official Sentry JavaScript SDK
10 lines (9 loc) • 491 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { ErrorHandlerOptions } from '@sentry/angular';
import * as i0 from "@angular/core";
export declare class NgxSentryModule {
static forRoot(options?: ErrorHandlerOptions): ModuleWithProviders<NgxSentryModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSentryModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSentryModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxSentryModule>;
}