You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skill file:skills/sentry-cocoa-sdk/ (metrics reference or SKILL.md) SDK repo PR:getsentry/sentry-cocoa#7843 Merged: 2026-04-30 Priority: HIGH — compile error for users following the skill
What Changed in the SDK
PR #7843 graduated Metrics out of the experimental namespace:
Old API (before v8.60.0)
New API (v8.60.0+)
options.experimental.enableMetrics = true
options.enableMetrics = true
options.experimental.beforeSendMetric = { ... }
options.beforeSendMetric = { ... }
The experimental sub-object no longer exposes these properties. Any code following the old skill guidance will produce a compile error in Swift/Objective-C.
Required Skill Update
Search skills/sentry-cocoa-sdk/ for any reference to experimental.enableMetrics or experimental.beforeSendMetric and update to the top-level options.* form.
If the metrics reference file documents these options, replace:
// OLD
options.experimental.enableMetrics =true
options.experimental.beforeSendMetric ={ metric in...}
with:
// NEW (v8.60.0+)
options.enableMetrics =true
options.beforeSendMetric ={ metric in...}
Also update the configuration reference table if it lists these under an experimental.* prefix.
Note
🔒 Integrity filter blocked 16 items
The following items were blocked because they don't meet the GitHub integrity level.
#282list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#499list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#500list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#7868list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#7847list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#4224list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#1168list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#893list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#6184list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#4793list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#6140list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#6139list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#6138list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#2411list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#2938list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#2182list_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:
Skill Drift Report
Skill file:
skills/sentry-cocoa-sdk/(metrics reference or SKILL.md)SDK repo PR: getsentry/sentry-cocoa#7843
Merged: 2026-04-30
Priority: HIGH — compile error for users following the skill
What Changed in the SDK
PR
#7843graduated Metrics out of theexperimentalnamespace:options.experimental.enableMetrics = trueoptions.enableMetrics = trueoptions.experimental.beforeSendMetric = { ... }options.beforeSendMetric = { ... }The
experimentalsub-object no longer exposes these properties. Any code following the old skill guidance will produce a compile error in Swift/Objective-C.Required Skill Update
Search
skills/sentry-cocoa-sdk/for any reference toexperimental.enableMetricsorexperimental.beforeSendMetricand update to the top-leveloptions.*form.If the metrics reference file documents these options, replace:
with:
Also update the configuration reference table if it lists these under an
experimental.*prefix.Note
🔒 Integrity filter blocked 16 items
The following items were blocked because they don't meet the GitHub integrity level.
list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: