From 878af14844503b85af827e94e2a9a6401941fe8e Mon Sep 17 00:00:00 2001 From: "Daniel Szoke (via Pi Coding Agent)" Date: Thu, 23 Jul 2026 15:59:52 +0200 Subject: [PATCH] fix(docs): Update AI conversations link Update the Conversations link to its final destination instead of a redirect. Discovered via the redirect-chain lint on PR https://github.com/getsentry/sentry-docs/pull/18816. --- .../javascript/guides/cloudflare/features/workers-ai.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/javascript/guides/cloudflare/features/workers-ai.mdx b/docs/platforms/javascript/guides/cloudflare/features/workers-ai.mdx index ba45e92e2149f..43e525eb2c9fc 100644 --- a/docs/platforms/javascript/guides/cloudflare/features/workers-ai.mdx +++ b/docs/platforms/javascript/guides/cloudflare/features/workers-ai.mdx @@ -114,4 +114,4 @@ export const MyChatAgent = Sentry.instrumentDurableObjectWithSentry( To unset the conversation ID, pass `null` to `Sentry.setConversationId()`. -Grouped AI calls show up in the Conversations view, where you can inspect token usage, latency, and errors across an entire conversation. +Grouped AI calls show up in the Conversations view, where you can inspect token usage, latency, and errors across an entire conversation.