File tree 7 files changed +6
-6
lines changed
7 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- export { Express } from './express' ;
2
- export { Postgres } from './postgres' ;
3
- export { Mysql } from './mysql' ;
4
- export { Mongo } from './mongo' ;
1
+ export { Express } from './node/ express' ;
2
+ export { Postgres } from './node/ postgres' ;
3
+ export { Mysql } from './node/ mysql' ;
4
+ export { Mongo } from './node/ mongo' ;
File renamed without changes.
File renamed without changes.
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 { Mongo } from '../../src/integrations/mongo' ;
4
+ import { Mongo } from '../../src/integrations/node/ mongo' ;
5
5
import { Span } from '../../src/span' ;
6
6
7
7
class Collection {
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 { Postgres } from '../../src/integrations/postgres' ;
4
+ import { Postgres } from '../../src/integrations/node/ postgres' ;
5
5
import { Span } from '../../src/span' ;
6
6
7
7
class PgClient {
You can’t perform that action at this time.
0 commit comments