Skip to content

[skill-drift] sentry-flutter-sdk may need updates for strict trace continuation #115

@github-actions

Description

@github-actions

cc @getsentry/team-mobile-cross-platform

SDK Changes Detected

The following PR was merged to getsentry/sentry-dart on 2026-04-30 that may affect the sentry-flutter-sdk skill:

Potential Skill Gaps

  1. New Init Option: The PR implements "strict trace continuation" — a feature that controls how incoming traces from external services are continued. When enabled, the SDK only continues a trace if it was started by the same Sentry organization (via sentry-org_id baggage), preventing trace stitching from third-party services.

  2. Missing Config Option: The skill's tracing reference (references/tracing.md) and SKILL.md configuration table have no mention of a strictTraceContinuation option (or equivalent Dart option name).

  3. Security/Privacy Relevance: This is a security-relevant feature that prevents unwanted trace continuation from external services. Users in security-sensitive environments may need this guidance.

Why This Needs Manual Review

  • The exact Dart/Flutter option name needs to be verified from the PR diff (e.g., strictTraceContinuation, strict_trace_continuation, etc.)
  • Need to understand whether this is a new init option or a change in default behavior
  • The analogous Ruby SDK option (strict_trace_continuation) exists since v6.5.0 — the Flutter implementation may have the same semantics

Skill Files to Review

  • skills/sentry-flutter-sdk/references/tracing.md — add new option to init configuration table
  • skills/sentry-flutter-sdk/SKILL.md — possibly add to main configuration reference table

Priority

LOW — Niche security feature; most users won't need it, but those who do will not find any guidance.

Note

🔒 Integrity filter blocked 6 items

The following items were blocked because they don't meet the GitHub integrity level.

  • #282 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #7847 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #1168 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #893 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #2411 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #2938 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

Generated by SDK Skill Drift Detector · ● 828.3K ·

  • expires on May 18, 2026, 1:26 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