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 c0f20ac commit a009232Copy full SHA for a009232
redirects.js
@@ -218,6 +218,10 @@ const developerDocsRedirects = [
218
219
/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */
220
const userDocsRedirects = [
221
+ {
222
+ source: '/platforms/javascript/enriching-events/error-tracing/',
223
+ destination: '/platforms/javascript/enriching-events/',
224
+ },
225
{
226
source: '/organization/integrations/cloudflare-workers/',
227
destination: '/organization/integrations/cloud-monitoring/cloudflare-workers/',
0 commit comments