File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ export { Express } from './node/express';
22export { Postgres } from './node/postgres' ;
33export { Mysql } from './node/mysql' ;
44export { Mongo } from './node/mongo' ;
5- export { GraphQL } from './graphql' ;
6- export { Apollo } from './apollo' ;
5+ export { GraphQL } from './node/ graphql' ;
6+ export { Apollo } from './node/ apollo' ;
77
88// TODO(v7): Remove this export
99// Please see `src/index.ts` for more details.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11/* eslint-disable @typescript-eslint/unbound-method */
22import { Hub , Scope } from '@sentry/hub' ;
33
4- import { Apollo } from '../../src/integrations/apollo' ;
4+ import { Apollo } from '../../src/integrations/node/ apollo' ;
55import { Span } from '../../src/span' ;
66
77type ApolloResolverGroup = {
Original file line number Diff line number Diff line change 11/* eslint-disable @typescript-eslint/unbound-method */
22import { Hub , Scope } from '@sentry/hub' ;
33
4- import { GraphQL } from '../../src/integrations/graphql' ;
4+ import { GraphQL } from '../../src/integrations/node/ graphql' ;
55import { Span } from '../../src/span' ;
66
77const GQLExecute = {
You can’t perform that action at this time.
0 commit comments