We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2db8e3 commit fe44c3eCopy full SHA for fe44c3e
apps/web/src/tracer.ts
@@ -4,10 +4,8 @@ import { env } from '@latitude-data/env'
4
tracer.init({
5
logInjection: true,
6
runtimeMetrics: true,
7
- profiling: env.NODE_ENV === 'production',
8
env: env.NODE_ENV === 'production' ? 'prod' : 'dev',
9
service: 'latitude-data/web',
10
- version: '1.0.0',
11
})
12
13
export default tracer
apps/workers/src/tracer.ts
@@ -6,7 +6,6 @@ if (process.env.DD_TRACING_ENABLED === 'true') {
- profiling: true,
}
0 commit comments