Skip to content

Commit e531f62

Browse files
authored
fix: Grafana org stats 404 (#11861)
1 parent 4862728 commit e531f62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ const userDocsRedirects = [
218218
source: '/organization/integrations/launchdarkly/',
219219
destination: '/organization/integrations/feature-flag/launchdarkly/',
220220
},
221+
{
222+
source: '/product/accounts/quotas/org-stats/',
223+
destination: '/product/stats/',
224+
},
221225
{
222226
source: '/internal/:path*',
223227
destination: 'https://develop.sentry.dev',

0 commit comments

Comments
 (0)