disable remote logging and metrics on dev & staging to reduce load on monitoring stack

This commit is contained in:
evan
2025-05-02 12:53:48 -07:00
parent a79e0ffc19
commit 8bdda67b2a
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export function startWorker() {
const gm = new GameManager(config, log);
if (config.otelEnabled()) {
if (config.env() == GameEnv.Prod && config.otelEnabled()) {
initWorkerMetrics(gm);
}