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';
2
2
export { Postgres } from './node/postgres' ;
3
3
export { Mysql } from './node/mysql' ;
4
4
export { 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' ;
7
7
8
8
// TODO(v7): Remove this export
9
9
// 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 1
1
/* eslint-disable @typescript-eslint/unbound-method */
2
2
import { Hub , Scope } from '@sentry/hub' ;
3
3
4
- import { Apollo } from '../../src/integrations/apollo' ;
4
+ import { Apollo } from '../../src/integrations/node/ apollo' ;
5
5
import { Span } from '../../src/span' ;
6
6
7
7
type ApolloResolverGroup = {
Original file line number Diff line number Diff line change 1
1
/* eslint-disable @typescript-eslint/unbound-method */
2
2
import { Hub , Scope } from '@sentry/hub' ;
3
3
4
- import { GraphQL } from '../../src/integrations/graphql' ;
4
+ import { GraphQL } from '../../src/integrations/node/ graphql' ;
5
5
import { Span } from '../../src/span' ;
6
6
7
7
const GQLExecute = {
You can’t perform that action at this time.
0 commit comments