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 c5581d7 commit 44a9eb8Copy full SHA for 44a9eb8
frontends/main/src/instrumentation.ts
@@ -11,7 +11,7 @@ export async function register() {
11
await import("../sentry.edge.config")
12
}
13
14
- registerOTel({ serviceName: "mitlearn-frontend" })
+ registerOTel({ serviceName: process.env.OTEL_SERVICE_NAME || "mitlearn-frontend" })
15
16
17
export const onRequestError = Sentry.captureRequestError
0 commit comments