Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GraphQL support #23

Merged
merged 1 commit into from
Jan 7, 2021
Merged
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
3 changes: 0 additions & 3 deletions dist/common/index.d.ts

This file was deleted.

9 changes: 0 additions & 9 deletions dist/common/index.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/common/index.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/common/sentry.constants.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/common/sentry.decorator.js.map

This file was deleted.

3 changes: 0 additions & 3 deletions dist/common/sentry.util.d.ts

This file was deleted.

9 changes: 0 additions & 9 deletions dist/common/sentry.util.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/common/sentry.util.js.map

This file was deleted.

10 changes: 7 additions & 3 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
export * from './common';
export * from './services';
export * from './interfaces';
export * from './sentry-core.module';
export * from './sentry.constants';
export * from './sentry.decorator';
export * from './sentry.interceptor';
export * from './sentry.interfaces';
export * from './sentry.module';
export * from './sentry.providers';
export * from './sentry.service';
8 changes: 6 additions & 2 deletions 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.

3 changes: 0 additions & 3 deletions dist/interfaces/index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/interfaces/index.js.map

This file was deleted.

25 changes: 0 additions & 25 deletions dist/interfaces/sentry-interceptor.interface.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions dist/interfaces/sentry-interceptor.interface.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/interfaces/sentry-interceptor.interface.js.map

This file was deleted.

3 changes: 0 additions & 3 deletions dist/interfaces/sentry-options.interface.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/interfaces/sentry-options.interface.js.map

This file was deleted.

22 changes: 0 additions & 22 deletions dist/interfaces/sentry-service.interface.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions dist/interfaces/sentry-service.interface.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/interfaces/sentry-service.interface.js.map

This file was deleted.

25 changes: 0 additions & 25 deletions dist/interfaces/sentry.interface.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions dist/interfaces/sentry.interface.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/interfaces/sentry.interface.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/providers/index.d.ts

This file was deleted.

7 changes: 0 additions & 7 deletions dist/providers/index.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/providers/index.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/providers/sentry.providers.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion dist/sentry-core.module.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { DynamicModule } from '@nestjs/common';
import { SentryModuleAsyncOptions, SentryModuleOptions } from './interfaces/sentry-options.interface';
import { SentryModuleAsyncOptions, SentryModuleOptions } from './sentry.interfaces';
export declare class SentryCoreModule {
static forRoot(options: SentryModuleOptions): DynamicModule;
static forRootAsync(options: SentryModuleAsyncOptions): DynamicModule;
Expand Down
9 changes: 4 additions & 5 deletions dist/sentry-core.module.js

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

Loading