Skip to content

[skill-drift] sentry-go-sdk may need updates #38

@github-actions

Description

@github-actions

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

  1. 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.

  2. 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 ·

  • expires on Mar 21, 2026, 9:08 PM UTC

Metadata

Metadata

Assignees

No one assigned
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions