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 3290e00 commit 2b0a2beCopy full SHA for 2b0a2be
1 file changed
src/middleware.ts
@@ -1840,16 +1840,6 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
1840
from: '/platforms/javascript/guides/:guide/tracing/instrumentation/opentelemetry/',
1841
to: '/platforms/javascript/guides/:guide/opentelemetry/',
1842
},
1843
- // START redirecting deprecated generic metrics docs to concepts
1844
- {
1845
- from: '/platforms/apple/metrics/',
1846
- to: '/concepts/key-terms/tracing/span-metrics/',
1847
- },
1848
1849
- from: '/platforms/unity/metrics/',
1850
1851
1852
- // END redirecting deprecated generic metrics docs to concepts
1853
{
1854
from: '/learn/cli/configuration/',
1855
to: '/cli/configuration/',
0 commit comments