fix(root): add hyperdx and better logging

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-09-13 21:49:51 +02:00
committed by Carl-Gerhard Lindesvärd
parent 4bafa16419
commit c819c18962
22 changed files with 2116 additions and 332 deletions

View File

@@ -8,8 +8,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"pino": "^8.17.2",
"pino-pretty": "^10.3.1"
"@hyperdx/node-opentelemetry": "^0.8.1",
"winston": "^3.14.2"
},
"devDependencies": {
"@openpanel/eslint-config": "workspace:*",
@@ -28,4 +28,4 @@
]
},
"prettier": "@openpanel/prettier-config"
}
}