fix(insights): Add redirects for Insights sub-routes (#73736)
https://github.com/getsentry/sentry/pull/72881 added "proper" redirects
for all Insights module from `/performance/` to `/insights/` URLs, but
it missed sub-routes! URLs like
`/performance/http/domains/?domain=sentry.io` weren't getting
redirected.
The wildcard and `:splat` match creates redirects for all sub-routes.