feat: adds opentelemetry support

This commit is contained in:
tdurieux
2024-03-27 11:17:56 +00:00
parent 803720e2ea
commit 0caf786c9c
24 changed files with 4522 additions and 1187 deletions
+2 -1
View File
@@ -14,7 +14,8 @@
"sourceMap": false,
"skipLibCheck": true,
"strict": true,
"esModuleInterop": false
"esModuleInterop": false,
"incremental": true
},
"include": ["src/**/*.ts", "index.ts", "cli.ts"],
"exclude": ["node_modules", ".vscode"]