Skip to content

Commit 63d0530

Browse files
authored
remove redundant comment
1 parent ad8d706 commit 63d0530

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/lib/sentry-client.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ import { DEFAULT_SENTRY_URL, getUserAgent } from "./constants.js";
1212
import { refreshToken } from "./db/auth.js";
1313
import { withHttpSpan } from "./telemetry.js";
1414

15-
// CONTROL_SILO_URL was previously a module-level const that captured
16-
// process.env.SENTRY_URL at import time. This broke self-hosted URL
17-
// detection where SENTRY_URL is set after import. Now read lazily
18-
// via getControlSiloUrl().
19-
2015
/** Request timeout in milliseconds */
2116
const REQUEST_TIMEOUT_MS = 30_000;
2217

0 commit comments

Comments
 (0)