Revert "enable otel logs and metrics for staging environments" (#1358)

Reverts openfrontio/OpenFrontIO#1310
This commit is contained in:
Scott Anderson
2025-07-07 11:30:51 -04:00
committed by GitHub
parent e0936bf8d3
commit 58996bf1b3
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ export function startWorker() {
const privilegeChecker = new PrivilegeChecker(COSMETICS, base64url.decode);
if (config.otelEnabled()) {
if (config.env() === GameEnv.Prod && config.otelEnabled()) {
initWorkerMetrics(gm);
}