Skip to content

Commit

Permalink
chore: add /explore as a route (#84014)
Browse files Browse the repository at this point in the history
We're putting logs under /explore/logs (along with everything else,
eventually) - add that top level route
  • Loading branch information
colin-sentry authored Jan 24, 2025
1 parent 8e3a61b commit aaf6daa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sentry/web/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,12 @@
react_page_view,
name="insights",
),
# Explore
re_path(
r"^explore/",
react_page_view,
name="explore",
),
# Traces
re_path(
r"^traces/",
Expand Down

0 comments on commit aaf6daa

Please sign in to comment.