Redirects

Redirects are supported via yaml frontmatter in .md and .mdx files:

Copied
---
redirect_from:
  - /performance-monitoring/discover/
---

These will be generated as both client-side (using an empty page with a meta tag) and server-side (nginx rules).

Vercel

Because docs.sentry.io is hosted on Vercel, there are also some wider-reaching redirects implemented to cover legacy URLs which cannot be re-implemented using redirect_from. See vercel.json for these.

Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").