Skip to content

Commit

Permalink
chore(observability): removes some redundant logging deps from api
Browse files Browse the repository at this point in the history
refs #429
  • Loading branch information
ygrishajev committed Nov 6, 2024
1 parent 820870d commit 6677c43
Show file tree
Hide file tree
Showing 5 changed files with 443 additions and 433 deletions.
6 changes: 1 addition & 5 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@hono/swagger-ui": "0.2.1",
"@hono/zod-openapi": "0.9.5",
"@octokit/rest": "^18.12.0",
"@opentelemetry/instrumentation": "^0.54.0",
"@opentelemetry/instrumentation-http": "^0.54.0",
"@opentelemetry/instrumentation-pino": "^0.43.0",
"@opentelemetry/sdk-node": "^0.54.0",
"@sentry/node": "^7.55.2",
"@supercharge/promise-pool": "^3.2.0",
Expand Down Expand Up @@ -85,10 +85,6 @@
"node-fetch": "^2.6.1",
"pg": "^8.12.0",
"pg-hstore": "^2.3.4",
"pino": "^9.5.0",
"pino-cloud-logging": "^1.0.6",
"pino-fluentd": "^0.2.4",
"pino-pretty": "^11.2.1",
"postgres": "^3.4.4",
"protobufjs": "^6.11.2",
"semver": "^7.3.8",
Expand Down
12 changes: 0 additions & 12 deletions apps/api/src/types/pino-fluentd.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion apps/api/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"exclude": ["node_modules", "dist", "**/*spec.ts"],
"extends": "./tsconfig.build.json",
"include": ["src/**/*"]
"include": ["src/**/*", "../../packages/logging/src/types/pino-fluentd.d.ts"],
}
Loading

0 comments on commit 6677c43

Please sign in to comment.