Skip to content

Commit

Permalink
fix(infra): remove unnecessary line (tracer.init()) (#1558)
Browse files Browse the repository at this point in the history
fix: remove unnecessary line
  • Loading branch information
k1g99 authored Mar 14, 2024
1 parent 4a586dd commit 46395a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/backend/apps/client/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { AppModule } from './app.module'
import startMetricsExporter from './metric'
import tracer from './tracer'

tracer.init()
const bootstrap = async () => {
// otel instrumentation
if (process.env.NODE_ENV == 'production') {
Expand Down

0 comments on commit 46395a6

Please sign in to comment.