Skip to content

Commit a40949c

Browse files
authored
fix FastAPI logs set up 404 (#14869)
fixes #14808
1 parent db4b24c commit a40949c

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

redirects.js

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ const userDocsRedirects = [
222222
source: '/organization/integrations/telegram-alerts-bot/',
223223
destination: '/organization/integrations/notification-incidents/telegram-alerts-bot/',
224224
},
225+
{
226+
source: '/platforms/python-fastapi/logs/',
227+
destination: '/platforms/python/integrations/fastapi/',
228+
},
225229
{
226230
source: '/platforms/php/configuration/integrations/',
227231
destination: '/platforms/php/integrations/',
@@ -246,7 +250,7 @@ const userDocsRedirects = [
246250
source: '/product/dev-toolbar/:path*',
247251
destination: '/product/sentry-toolbar/:path*',
248252
},
249-
253+
250254
{
251255
source: '/organization/integrations/launchdarkly/',
252256
destination: '/organization/integrations/feature-flag/launchdarkly/',
@@ -738,11 +742,13 @@ const userDocsRedirects = [
738742
},
739743
{
740744
source: '/platforms/javascript/guides/remix/frameworks/hydrogen/',
741-
destination: '/platforms/javascript/guides/cloudflare/frameworks/hydrogen-react-router/',
745+
destination:
746+
'/platforms/javascript/guides/cloudflare/frameworks/hydrogen-react-router/',
742747
},
743748
{
744749
source: '/platforms/javascript/guides/cloudflare/frameworks/hydrogen/',
745-
destination: '/platforms/javascript/guides/cloudflare/frameworks/hydrogen-react-router/',
750+
destination:
751+
'/platforms/javascript/guides/cloudflare/frameworks/hydrogen-react-router/',
746752
},
747753
{
748754
source: '/product/metrics/:path*',
@@ -969,7 +975,8 @@ const userDocsRedirects = [
969975
},
970976
{
971977
source: '/platforms/javascript/tracing/instrumentation/ai-agents-module',
972-
destination: '/platforms/javascript/guides/node/tracing/instrumentation/ai-agents-module',
978+
destination:
979+
'/platforms/javascript/guides/node/tracing/instrumentation/ai-agents-module',
973980
},
974981
{
975982
source: '/product/insights/retention-priorities/',

0 commit comments

Comments
 (0)