Skip to content

feat(slack): link footer ID to conversations page instead of traces search#386

Merged
dcramer merged 1 commit into
mainfrom
footer-conversations-link
May 20, 2026
Merged

feat(slack): link footer ID to conversations page instead of traces search#386
dcramer merged 1 commit into
mainfrom
footer-conversations-link

Conversation

@sentry-junior
Copy link
Copy Markdown
Contributor

@sentry-junior sentry-junior Bot commented May 20, 2026

Switch the Sentry link in the Slack reply footer from /explore/traces/?query=gen_ai.conversation.id:... to /explore/conversations/{conversationId}/.

The conversations page is more useful for debugging agent turns than the generic traces search.

Changes:

  • footer.ts: replaced getSentryConversationSearchUrl with getSentryConversationUrl — embeds the conversation ID in the URL path and only passes project as a query param
  • Removed the now-unused quoteSentrySearchValue helper and SENTRY_CONVERSATION_SEARCH_STATS_PERIOD constant
  • Updated footer-sentry-link.test.ts expectations for the new URL format

Example link:
https://sentry.sentry.io/explore/conversations/slack%3AC0B595QDZLL%3A1779306752.704829/?project=4510944073809921

Verification: all footer tests pass (22/22).

Requested by: @dcramer

…earch

Switch the Sentry link in the Slack reply footer from
`/explore/traces/?query=gen_ai.conversation.id:...` to
`/explore/conversations/{conversationId}/`.

The conversations page surfaces a more useful view for debugging
agent turns. Drops the now-unused quoteSentrySearchValue helper
and SENTRY_CONVERSATION_SEARCH_STATS_PERIOD constant.

Co-authored-by: David Cramer <dcramer@gmail.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
junior-docs Ready Ready Preview, Comment May 20, 2026 8:22pm

Request Review

@dcramer dcramer merged commit ddc65c3 into main May 20, 2026
16 checks passed
@dcramer dcramer deleted the footer-conversations-link branch May 20, 2026 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant