Skip to content

Commit 147d871

Browse files
committed
Revert "Remove non-generic instrumentations from default instrumentations list"
This reverts commit 763ef0c.
1 parent 3091298 commit 147d871

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

nodejs/packages/layer/src/wrapper.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,18 @@ import { LambdaTracerProvider } from './LambdaTracerProvider';
4949

5050
const defaultInstrumentationList = [
5151
'dns',
52+
'express',
53+
'graphql',
54+
'grpc',
55+
'hapi',
5256
'http',
57+
'ioredis',
58+
'koa',
59+
'mongodb',
60+
'mysql',
5361
'net',
62+
'pg',
63+
'redis',
5464
];
5565

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

0 commit comments

Comments
 (0)