feat(sentry-instrument): add generated semantics lookup tree - #1
Closed
sentry-junior[bot] wants to merge 2 commits into
Closed
feat(sentry-instrument): add generated semantics lookup tree#1sentry-junior[bot] wants to merge 2 commits into
sentry-junior[bot] wants to merge 2 commits into
Conversation
Embed stable Sentry semantic convention attributes as a domain-split lookup under the instrument skill so agents can open a map and one domain file instead of loading llms-full.txt. Co-Authored-By: David Cramer <david@sentry.io>
Co-Authored-By: David Cramer <david@sentry.io>
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.
Embed stable Sentry semantic convention attributes into
sentry-instrumentas domain-split lookup files.SKILL.mdlists every domain reference directly. Agents open only the domain they need (http,db,gen_ai, and so on). There is no separate index file.What landed
skills/sentry-instrument/scripts/gen-semantics.pyattributes.json(stable attributes only)Not in this PR
sentry-conventionsRe-run the script when conventions change.
Requested by David Cramer.
--
View Junior Session [Sentry]