Skip to content

Commit a009232

Browse files
authored
fix(404): fix /enriching-events/error-tracing 404 (#12901)
closes #12766
1 parent c0f20ac commit a009232

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 developerDocsRedirects = [
218218

219219
/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */
220220
const userDocsRedirects = [
221+
{
222+
source: '/platforms/javascript/enriching-events/error-tracing/',
223+
destination: '/platforms/javascript/enriching-events/',
224+
},
221225
{
222226
source: '/organization/integrations/cloudflare-workers/',
223227
destination: '/organization/integrations/cloud-monitoring/cloudflare-workers/',

0 commit comments

Comments
 (0)