Skip to content

Commit f520528

Browse files
committed
Disable auto-instrumentation.
1 parent c80739f commit f520528

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

packages/tracing/src/hubextensions.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable max-lines */
21
import { getMainCarrier, Hub } from '@sentry/hub';
32
import {
43
ClientOptions,
@@ -243,18 +242,6 @@ function _autoloadDatabaseIntegrations(): void {
243242
}
244243

245244
const packageToIntegrationMapping: Record<string, () => Integration> = {
246-
apollo() {
247-
const integration = dynamicRequire(module, './integrations/apollo') as {
248-
Apollo: IntegrationClass<Integration>;
249-
};
250-
return new integration.Apollo();
251-
},
252-
graphql() {
253-
const integration = dynamicRequire(module, './integrations/graphql') as {
254-
GraphQL: IntegrationClass<Integration>;
255-
};
256-
return new integration.GraphQL();
257-
},
258245
mongodb() {
259246
const integration = dynamicRequire(module, './integrations/node/mongo') as {
260247
Mongo: IntegrationClass<Integration>;

0 commit comments

Comments
 (0)