File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 1- /* eslint-disable max-lines */
21import { getMainCarrier , Hub } from '@sentry/hub' ;
32import {
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 > ;
You can’t perform that action at this time.
0 commit comments