Replace Sentry API helper with CLI-first skills#195
Open
HazAT wants to merge 3 commits intoopenai:mainfrom
Open
Replace Sentry API helper with CLI-first skills#195HazAT wants to merge 3 commits intoopenai:mainfrom
HazAT wants to merge 3 commits intoopenai:mainfrom
Conversation
Raise the Sentry plugin version to 0.2.0 to reflect the recent CLI-first skill overhaul. This keeps the plugin manifest aligned with the expanded capabilities and ensures the upstream PR includes the intended release metadata update.
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.
Hey, I am Daniel
I work at Sentry. We updated our Skill here cause we wanna make sure users experience our product always the we intend them to. In the newest agentic way - since stuff changes so quickly, we wanna default to our CLI being used; it's also better in locally detecting our users config for Sentry.
Also added another Skill that uses all of our specialized Skill for setting up Sentry and do instrumentation of our SDKs - proxied through skills.sentry.dev to our github repo here: https://github.com/getsentry/sentry-for-ai
There will probably be more changes coming in the future but we want to keep it like this for now.
(We still need to figure out if we could use CLI locally and MCP in your cloud env, that would be cool)