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 9d5156b commit 0adeb67Copy full SHA for 0adeb67
packages/node/src/integrations/tracing/openai/instrumentation.ts
@@ -85,8 +85,6 @@ export class SentryOpenAiInstrumentation extends InstrumentationBase<Instrumenta
85
86
// Constructor replacement - handle read-only properties
87
// 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
90
try {
91
exports.OpenAI = WrappedOpenAI;
92
} catch (error) {
0 commit comments