Conversation
…y E2E test Call a Workers AI model from the deployed Worker and check that the gen_ai.chat span reaches Sentry with its input and output messages. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
JPeer264
added this pull request to stack #24516
September 18, 2026 18:47
JPeer264
marked this pull request as ready for review
September 18, 2026 18:49
Contributor
size-limit report 📦
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a Workers AI call to the real-Worker E2E app and checks that the
gen_ai.chatspan reaches Sentry withgen_ai.input.messagesandgen_ai.output.messages. The unit and integration tests only see the envelope, so this is the first check that the Workers AI span and its attributes survive ingestion.The test expects
gen_ai.output.messagesand notgen_ai.response.text, because Sentry stores the SDK'sgen_ai.response.textunder that name. It uses@cf/meta/llama-3.2-1b-instructwithmax_tokens: 5to keep the Workers AI cost of each run small.🤖 Generated with Claude Code