chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:32:57 +08:00
commit cd420f9332
4811 changed files with 884702 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "@internal/tracing",
"private": true,
"version": "0.0.1",
"main": "./src/index.ts",
"types": "./src/index.ts",
"type": "module",
"dependencies": {
"@opentelemetry/api": "1.9.1",
"@opentelemetry/api-logs": "0.218.0",
"@opentelemetry/semantic-conventions": "^1.41.1",
"@trigger.dev/core": "workspace:*"
},
"scripts": {
"typecheck": "tsc --noEmit"
}
}