Skip to content

Commit 2955975

Browse files
nirgaclaude
andauthored
feat(openai): image generation support (#623)
Co-authored-by: Claude <[email protected]>
1 parent d7a78a5 commit 2955975

File tree

29 files changed

+3197
-317
lines changed

29 files changed

+3197
-317
lines changed

packages/instrumentation-openai/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "rollup -c",
1111
"lint": "eslint .",
1212
"lint:fix": "eslint . --fix",
13-
"test": "ts-mocha -p tsconfig.json 'test/**/*.test.ts' --timeout 20000"
13+
"test": "ts-mocha -p tsconfig.json 'test/**/*.test.ts' --timeout 40000"
1414
},
1515
"keywords": [
1616
"opentelemetry",
@@ -53,6 +53,7 @@
5353
"@pollyjs/core": "^6.0.6",
5454
"@pollyjs/persister-fs": "^6.0.6",
5555
"@types/mocha": "^10.0.10",
56+
"@types/node": "^24.0.15",
5657
"mocha": "^11.7.1",
5758
"openai": "4.38.3",
5859
"ts-mocha": "^11.1.0"

0 commit comments

Comments
 (0)