Skip to content

Commit e5c0a54

Browse files
committed
Remove non-generic instrumentations from the default instrumentation list
1 parent 8b2eeb4 commit e5c0a54

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

nodejs/packages/layer/src/wrapper.ts

-10
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,8 @@ import { LambdaTracerProvider } from './LambdaTracerProvider';
4949

5050
const defaultInstrumentationList = [
5151
'dns',
52-
'express',
53-
'graphql',
54-
'grpc',
55-
'hapi',
5652
'http',
57-
'ioredis',
58-
'koa',
59-
'mongodb',
60-
'mysql',
6153
'net',
62-
'pg',
63-
'redis',
6454
];
6555

6656
const propagatorMap = new Map<string, () => TextMapPropagator>([

0 commit comments

Comments
 (0)