docs(ai-monitoring): Document gen_ai.request.reasoning_effort attribute#208
Open
matejminar wants to merge 1 commit into
Open
docs(ai-monitoring): Document gen_ai.request.reasoning_effort attribute#208matejminar wants to merge 1 commit into
matejminar wants to merge 1 commit into
Conversation
Add the gen_ai.request.reasoning_effort span attribute to the AI/agent monitoring manual instrumentation references across the Python, Node, Next.js, and NestJS SDK skills, plus the setup-ai-monitoring skill. The attribute records the reasoning effort parameter (e.g. low, medium, high) sent to reasoning-capable models. Supported values vary by provider, so the docs note that rather than a fixed enum. Refs TET-2506 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Document the
gen_ai.request.reasoning_effortspan attribute in the AI/agent monitoring manual instrumentation references. The attribute records the reasoning effort parameter (e.g.low,medium,high) sent to reasoning-capable models; supported values vary by provider, so the docs note that rather than a fixed enum.Added to the model-config attribute tables in the Python, Node, Next.js, and NestJS SDK skills and the
sentry-setup-ai-monitoringskill. The Node skill was missing a model-config section entirely, so one was added mirroring the Python skill.Relates to getsentry/sentry-conventions#334, getsentry/sentry#118144
Refs TET-2506