We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c773c commit 38816bdCopy full SHA for 38816bd
redirects.js
@@ -231,12 +231,8 @@ const userDocsRedirects = [
231
destination: '/organization/integrations/notification-incidents/msteams/',
232
},
233
{
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/',
+ source: '/product/dev-toolbar/:path*',
+ destination: '/product/sentry-toolbar/:path*',
240
241
242
source: '/product/explore/session-replay/hydration-errors/',
0 commit comments