Skip to content

Commit 0adeb67

Browse files
committed
update comment
1 parent 9d5156b commit 0adeb67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/node/src/integrations/tracing/openai/instrumentation.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ export class SentryOpenAiInstrumentation extends InstrumentationBase<Instrumenta
8585

8686
// Constructor replacement - handle read-only properties
8787
// The OpenAI property might have only a getter, so use defineProperty
88-
// Constructor replacement works the same for both ESM and CJS modules
89-
// We can directly assign to exports.OpenAI in both module systems
9088
try {
9189
exports.OpenAI = WrappedOpenAI;
9290
} catch (error) {

0 commit comments

Comments
 (0)