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 */
2
1
import { getMainCarrier , Hub } from '@sentry/hub' ;
3
2
import {
4
3
ClientOptions ,
@@ -243,18 +242,6 @@ function _autoloadDatabaseIntegrations(): void {
243
242
}
244
243
245
244
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
- } ,
258
245
mongodb ( ) {
259
246
const integration = dynamicRequire ( module , './integrations/node/mongo' ) as {
260
247
Mongo : IntegrationClass < Integration > ;
You can’t perform that action at this time.
0 commit comments