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