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 3cd416b commit 1554810Copy full SHA for 1554810
packages/node/src/index.ts
@@ -94,6 +94,8 @@ import * as TracingIntegrations from './tracing/integrations';
94
95
const INTEGRATIONS = {
96
...CoreIntegrations,
97
+ // This typecast is somehow needed for now, probably because of the convertIntegrationFnToClass TS shenanigans
98
+ // This is OK for now but should be resolved in v8 when we just pass the functional integrations directly
99
...(NodeIntegrations as {
100
Console: IntegrationClass<Integration>;
101
Http: typeof NodeIntegrations.Http;
0 commit comments