Skip to content

Commit 95a471f

Browse files
authored
fix(toolbar): Fix redirects for all /dev-toolbar/ to be /sentry-toolbar/ (#12886)
1 parent a2c773c commit 95a471f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

redirects.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -231,12 +231,8 @@ const userDocsRedirects = [
231231
destination: '/organization/integrations/notification-incidents/msteams/',
232232
},
233233
{
234-
source: '/product/dev-toolbar/setup/',
235-
destination: '/product/sentry-toolbar/setup/',
236-
},
237-
{
238-
source: '/product/dev-toolbar/faq/',
239-
destination: '/product/sentry-toolbar/faq/',
234+
source: '/product/dev-toolbar/:path*',
235+
destination: '/product/sentry-toolbar/:path*',
240236
},
241237
{
242238
source: '/product/explore/session-replay/hydration-errors/',

0 commit comments

Comments
 (0)