Skip to content

[skill-drift] sentry-cocoa-sdk: New session replay network capture options missing from skill (v8.57.0+) #118

@github-actions

Description

@github-actions

Skill Drift Report

Skill file: skills/sentry-cocoa-sdk/references/session-replay.md
SDK repo PR: getsentry/sentry-cocoa#7580
Merged: 2026-04-28

What Changed in the SDK

PR #7580 added network request/response capture configuration to SentryReplayOptions. These options are missing from the session-replay reference file.

New SentryReplayOptions properties:

Property Type Default Description
networkDetailAllowUrls [String] [] URL patterns (prefix or regex) for which to capture full network detail
networkDetailDenyUrls [String] [] URL patterns to exclude from network detail capture
networkCaptureBodies Bool true Whether to capture request/response bodies
networkRequestHeaders [String] default set Headers to capture from requests
networkResponseHeaders [String] default set Headers to capture from responses

Required Skill Update

Add a Network Capture subsection to skills/sentry-cocoa-sdk/references/session-replay.md documenting these options with:

  • A configuration example showing Swift/Objective-C usage
  • Notes on PII implications of capturing bodies and headers
  • The allow/deny URL filtering pattern (prefix match or regex)

Note

🔒 Integrity filter blocked 16 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".
  • #499 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #500 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #7868 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".
  • #4224 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".
  • #6184 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #4793 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #6140 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #6139 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #6138 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".
  • #2182 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 · ● 442K ·

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