cc @getsentry/team-javascript-sdks
SDK Changes Detected
The following PRs were merged to getsentry/sentry-javascript in the last 7 days that may affect the sentry-nextjs-sdk skill:
Potential Skill Gaps
-
New Feature (Vercel Queues instrumentation): PR #19799 adds automatic OTel messaging span enrichment for Vercel Queues in @sentry/nextjs. Both consumer and producer sides are instrumented with zero config:
- Consumer: HTTP requests with
ce-type: com.vercel.queue.v2beta header are enriched with messaging.system=vercel.queue, messaging.operation.name=process, queue name, and message ID as span attributes.
- Producer: Outgoing HTTP requests to
*.vercel-queue.com are enriched with messaging.system=vercel.queue and messaging.operation.name=send.
The skill's Phase 2 recommendation matrix covers Vercel Cron monitoring but does not mention Vercel Queues. Apps using Vercel Queues get distributed tracing across queue producer/consumer automatically — this should be noted in the Tracing feature description or as a callout for Vercel Queue users.
Skill Files to Review
skills/sentry-nextjs-sdk/SKILL.md
Priority
MEDIUM — zero-config new feature; no user action required but the skill should document coverage so users know queue tracing works out of the box.
Generated by SDK Skill Drift Detector · ◷
cc
@getsentry/team-javascript-sdksSDK Changes Detected
The following PRs were merged to
getsentry/sentry-javascriptin the last 7 days that may affect thesentry-nextjs-sdkskill:Potential Skill Gaps
New Feature (Vercel Queues instrumentation): PR
#19799adds automatic OTel messaging span enrichment for Vercel Queues in@sentry/nextjs. Both consumer and producer sides are instrumented with zero config:ce-type: com.vercel.queue.v2betaheader are enriched withmessaging.system=vercel.queue,messaging.operation.name=process, queue name, and message ID as span attributes.*.vercel-queue.comare enriched withmessaging.system=vercel.queueandmessaging.operation.name=send.The skill's Phase 2 recommendation matrix covers Vercel Cron monitoring but does not mention Vercel Queues. Apps using Vercel Queues get distributed tracing across queue producer/consumer automatically — this should be noted in the Tracing feature description or as a callout for Vercel Queue users.
Skill Files to Review
skills/sentry-nextjs-sdk/SKILL.mdPriority
MEDIUM — zero-config new feature; no user action required but the skill should document coverage so users know queue tracing works out of the box.