We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b5dc9 commit ebb77e3Copy full SHA for ebb77e3
packages/tracing/src/integrations/graphql.ts
@@ -1,6 +1,3 @@
1
-/* eslint-disable @typescript-eslint/no-unused-vars */
2
-/* eslint-disable no-console */
3
-/* eslint-disable no-debugger */
4
import { Hub } from '@sentry/hub';
5
import { EventProcessor, Integration } from '@sentry/types';
6
import { fill, isThenable, loadModule, logger } from '@sentry/utils';
@@ -25,7 +22,6 @@ export class GraphQL implements Integration {
25
22
[method: string]: (...args: unknown[]) => unknown;
26
23
}>(`graphql/execution/execute.js`);
27
24
28
- debugger;
29
if (!pkg) {
30
logger.error(`GraphQL Integration was unable to require @graphql/execution package.`);
31
return;
0 commit comments