Skip to content

Commit

Permalink
fix redirects (#10482)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianyentran committed Jun 24, 2024
1 parent f96fe57 commit b31ecaa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/python/migration/raven-to-sentry-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ impossible to further improve them for a usecase without breaking somebody
else's usecase. There is no easy search-and-replace type solution in the new
SDK.

We encourage you to consider alternative options outlined at [_Filtering Events_](../configuration/filtering/).
We encourage you to consider alternative options outlined at [_Filtering Events_](/platforms/python/configuration/filtering/).
8 changes: 8 additions & 0 deletions src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ const REDIRECTS: Redirect[] = [
from: '/platforms/javascript/performance/instrumentation/custom-instrumentation/caches-module/',
to: '/platforms/javascript/guides/node/performance/instrumentation/custom-instrumentation/caches-module/',
},
{
from: '/account/early-adopter-features/discord/',
to: '/organization/integrations/notification-incidents/discord/',
},
{
from: '/platforms/python/migration/configuration/filtering/',
to: '/platforms/python/configuration/filtering/',
},
{
from: '/organization/integrations/github/',
to: '/organization/integrations/source-code-mgmt/github/',
Expand Down

0 comments on commit b31ecaa

Please sign in to comment.