Skip to content

Commit 8755eb6

Browse files
committed
add RequestData to default node integrations
1 parent 9e9ee94 commit 8755eb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/node/src/sdk.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import {
2727
Modules,
2828
OnUncaughtException,
2929
OnUnhandledRejection,
30+
RequestData,
3031
} from './integrations';
3132
import { getModule } from './module';
3233
import { makeNodeTransport } from './transports';
@@ -46,6 +47,7 @@ export const defaultIntegrations = [
4647
new ContextLines(),
4748
new Context(),
4849
new Modules(),
50+
new RequestData(),
4951
// Misc
5052
new LinkedErrors(),
5153
];

0 commit comments

Comments
 (0)