Skip to content

Commit 77392ee

Browse files
authored
PRODENG-935: clean up dead SENTRY_FRONTEND_REQUESTS_DSN (#109239)
originally removed years ago in #34653 and #34695
1 parent 165be91 commit 77392ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sentry/conf/server.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,8 +1437,6 @@ def custom_parameter_sort(parameter: dict) -> tuple[str, int]:
14371437
# DSN for the frontend to use explicitly, which takes priority
14381438
# over SENTRY_FRONTEND_PROJECT or SENTRY_PROJECT
14391439
SENTRY_FRONTEND_DSN: str | None = None
1440-
# DSN for tracking all client HTTP requests (which can be noisy) [experimental]
1441-
SENTRY_FRONTEND_REQUESTS_DSN: str | None = None
14421440

14431441
# Configuration for the JavaScript SDK's allowUrls option - defaults to ALLOWED_HOSTS
14441442
SENTRY_FRONTEND_WHITELIST_URLS: list[str] | None = None

0 commit comments

Comments
 (0)