UNPKG

@greguintow/nestjs-sentry

Version:

Provides an injectable sentry.io client to provide enterprise logging nestjs modules

8 lines (7 loc) 336 B
import { ExecutionContext } from '@nestjs/common'; import { Scope } from '@sentry/hub'; import { SentryInterceptor } from '.'; export declare class GraphqlInterceptor extends SentryInterceptor { protected captureException(context: ExecutionContext, scope: Scope, exception: any): void; private captureGraphqlException; }