Skip to content

Commit

Permalink
fix(nav): Add /settings/stats/ to django web routes (#86398)
Browse files Browse the repository at this point in the history
  • Loading branch information
malwilley authored Mar 5, 2025
1 parent 5b8d219 commit 1bf7b99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sentry/web/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,11 @@
react_page_view,
name="sentry-customer-domain-feature-flags-settings",
),
re_path(
r"^stats/",
react_page_view,
name="sentry-customer-domain-stats-settings",
),
re_path(
r"^developer-settings/",
react_page_view,
Expand Down

0 comments on commit 1bf7b99

Please sign in to comment.