feat(skills): Add span streaming migration skill for JavaScript#130
Merged
Conversation
String matching in ignoreSpans uses substring includes, not glob patterns. The `*` was treated as a literal character. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Lms24
reviewed
May 19, 2026
Member
Lms24
left a comment
There was a problem hiding this comment.
Some comments but otherwise LGTM!
Lms24
approved these changes
Jun 3, 2026
Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
# Conflicts: # AGENTS.md # skills/sentry-feature-setup/SKILL.md
nicohrubec
reviewed
Jun 5, 2026
| | Platform | Status | | ||
| |---|---| | ||
| | JavaScript (Browser, Node.js, Bun, Deno, Cloudflare) | Supported | | ||
| | Python | Not yet available | |
Member
There was a problem hiding this comment.
m: I read something on slack about splitting the skills per language, are we doing that?
| }); | ||
| ``` | ||
|
|
||
| ### Full Migration Checklist |
Member
There was a problem hiding this comment.
q: do you know if such checklists are actually helpful for agents?
Member
Author
There was a problem hiding this comment.
I have seen these around as final verification gate yes, do you have other opinions?
Member
There was a problem hiding this comment.
no not really, was just wondering fine with me to align this with other skills
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 skill for migrating sentry setups from transaction based tracing to span streaming.
This PR only covers JS but has placeholders for other languages.