File tree 2 files changed +4
-4
lines changed
packages/tracing/test/integrations/node
2 files changed +4
-4
lines changed 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/node/mongo' ;
5
- import { Span } from '../../src/span' ;
4
+ import { Mongo } from '../../../ src/integrations/node/mongo' ;
5
+ import { Span } from '../../../ src/span' ;
6
6
7
7
class Collection {
8
8
public collectionName : string = 'mockedCollectionName' ;
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/node/postgres' ;
5
- import { Span } from '../../src/span' ;
4
+ import { Postgres } from '../../../ src/integrations/node/postgres' ;
5
+ import { Span } from '../../../ src/span' ;
6
6
7
7
class PgClient {
8
8
// https://node-postgres.com/api/client#clientquery
You can’t perform that action at this time.
0 commit comments