Skip to content

Commit 2643b46

Browse files
committed
add better comment
1 parent 35a0d24 commit 2643b46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/node/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ import * as TracingIntegrations from './tracing/integrations';
9393

9494
const INTEGRATIONS = {
9595
...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
9698
...(NodeIntegrations as {
9799
Console: IntegrationClass<Integration>;
98100
Http: typeof NodeIntegrations.Http;

0 commit comments

Comments
 (0)