We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059d7ad commit da79ad5Copy full SHA for da79ad5
packages/node-opentelemetry/src/__tests__/instrumentations.test.ts renamed to packages/node-opentelemetry/src/instrumentations/__tests__/instrumentations.test.ts
@@ -1,11 +1,11 @@
1
import { PassThrough, Readable } from 'stream';
2
3
-import { _parseConsoleArgs } from '../instrumentations/console';
+import { _parseConsoleArgs } from '../console';
4
import {
5
getShouldRecordBody,
6
interceptReadableStream,
7
splitCommaSeparatedStrings,
8
-} from '../instrumentations/http';
+} from '../http';
9
10
describe('instrumentations', () => {
11
describe('console', () => {
0 commit comments