SDK Changes Detected
The following PRs were merged to getsentry/sentry-go in the last 7 days that may affect the sentry-go-sdk skill:
Potential Skill Gaps
-
New Config Options: PR #1210 adds two new sentry.Init() options that are not present in the skill's configuration reference table or references/tracing.md:
StrictTraceContinuation (bool, default false) — controls whether the SDK continues traces from unknown third-party services. When true, requires incoming sentry-org_id baggage to match the SDK's own org ID.
OrgID (string) — explicitly sets the organization ID (overrides DSN parsing). Used by StrictTraceContinuation for cross-org trace isolation.
The skill's tracing config table (references/tracing.md) currently lists: TracesSampleRate, TracesSampler, EnableTracing, TracePropagationTargets, PropagateTraceparent, TraceIgnoreStatusCodes. Neither new option is covered.
-
New Feature: PR #1192 adds client reports support (automatic envelope-level drop tracking/reporting). While this is largely internal behavior, it may be worth noting in error monitoring reference docs.
Skill Files to Review
skills/sentry-go-sdk/SKILL.md — init options table in Phase 3
skills/sentry-go-sdk/references/tracing.md — distributed tracing config table
Priority
MEDIUM — new configuration options that affect distributed tracing behavior across microservices.
Generated by SDK Skill Drift Detector · ◷
SDK Changes Detected
The following PRs were merged to
getsentry/sentry-goin the last 7 days that may affect thesentry-go-sdkskill:Potential Skill Gaps
New Config Options: PR
#1210adds two newsentry.Init()options that are not present in the skill's configuration reference table orreferences/tracing.md:StrictTraceContinuation(bool, defaultfalse) — controls whether the SDK continues traces from unknown third-party services. Whentrue, requires incomingsentry-org_idbaggage to match the SDK's own org ID.OrgID(string) — explicitly sets the organization ID (overrides DSN parsing). Used byStrictTraceContinuationfor cross-org trace isolation.The skill's tracing config table (
references/tracing.md) currently lists:TracesSampleRate,TracesSampler,EnableTracing,TracePropagationTargets,PropagateTraceparent,TraceIgnoreStatusCodes. Neither new option is covered.New Feature: PR
#1192adds client reports support (automatic envelope-level drop tracking/reporting). While this is largely internal behavior, it may be worth noting in error monitoring reference docs.Skill Files to Review
skills/sentry-go-sdk/SKILL.md— init options table in Phase 3skills/sentry-go-sdk/references/tracing.md— distributed tracing config tablePriority
MEDIUM — new configuration options that affect distributed tracing behavior across microservices.