Skip to content

Commit

Permalink
file extension fix for openai
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrenner committed Feb 13, 2025
1 parent a404326 commit 24108a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datadog-instrumentations/src/openai.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ function wrapStreamIterator (response, options, n, ctx) {
}
}

const extensions = ['js', 'mjs']
const extensions = ['.js', '.mjs']

for (const extension of extensions) {
for (const shim of V4_PACKAGE_SHIMS) {
Expand Down

0 comments on commit 24108a2

Please sign in to comment.