Skip to content

Commit a6c6082

Browse files
committed
add better comment
1 parent 55ea4a5 commit a6c6082

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
@@ -94,6 +94,8 @@ import * as TracingIntegrations from './tracing/integrations';
9494

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

0 commit comments

Comments
 (0)