Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/graphql.interceptor.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/sentry-core.module.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/sentry.interceptor.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CallHandler, ExecutionContext, NestInterceptor } from '@nestjs/common';
import { CallHandler, ExecutionContext, HttpException, NestInterceptor } from '@nestjs/common';
import { Observable } from 'rxjs';
import { Scope } from '@sentry/hub';
import { SentryService } from './sentry.service';
Expand All @@ -8,7 +8,7 @@ export declare class SentryInterceptor implements NestInterceptor {
protected readonly client: SentryService;
constructor(options?: SentryInterceptorOptions | undefined);
intercept(context: ExecutionContext, next: CallHandler): Observable<any>;
protected captureException(context: ExecutionContext, scope: Scope, exception: any): void;
protected captureException(context: ExecutionContext, scope: Scope, exception: HttpException): void;
private captureHttpException;
private captureRpcException;
private captureWsException;
Expand Down
4 changes: 2 additions & 2 deletions dist/sentry.interceptor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading