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
Outdated Feature Availability: The skill's Phase 2 section currently lists Metrics as unavailable: ❌ Metrics — use custom spans instead. However, metrics has been promoted from experimental to generally available in this PR. The options options.experimental.enableMetrics and options.experimental.beforeSendMetric have been removed and replaced with top-level options.enableMetrics and options.beforeSendMetric.
Missing Configuration Reference: There is no metrics configuration table or reference file in the skill. Given that Metrics is now GA, users may expect guidance on setting options.enableMetrics, options.beforeSendMetric, and using SentrySDK.metrics API.
Why This Needs Manual Review
Changing "❌ Metrics" to an available feature requires deciding how much metrics guidance to add (new reference file vs inline config table)
The metrics API (SentrySDK.metrics.count(), .gauge(), .distribution()) needs documentation
Need to decide if a new references/metrics.md is warranted (parallel to how other platforms have it) or a smaller update to SKILL.md suffices
The existing "use custom spans instead" guidance should be reviewed — may still be valid for simple use cases
Skill Files to Review
skills/sentry-cocoa-sdk/SKILL.md — Phase 2 "Not available for Cocoa" section
MEDIUM — Metrics is now GA and users asking about metrics will get incorrect "not available" guidance. However, the feature still works without enabling it (opt-out via options.enableMetrics = false), so no breakage for existing users.
Note
🔒 Integrity filter blocked 6 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".
#7847list_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".
#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".
To allow these resources, lower min-integrity in your GitHub frontmatter:
cc
@getsentry/team-mobileSDK Changes Detected
The following PR was merged to
getsentry/sentry-cocoaon 2026-04-29 that affects thesentry-cocoa-sdkskill:getsentry/sentry-cocoa#7843 — feat(metrics)!: Promote experimental options to be generally available (feat(metrics)!: Promote experimental options to be generally available sentry-cocoa#7843)Potential Skill Gaps
Outdated Feature Availability: The skill's Phase 2 section currently lists Metrics as unavailable:
❌ Metrics — use custom spans instead. However, metrics has been promoted from experimental to generally available in this PR. The optionsoptions.experimental.enableMetricsandoptions.experimental.beforeSendMetrichave been removed and replaced with top-leveloptions.enableMetricsandoptions.beforeSendMetric.Missing Configuration Reference: There is no metrics configuration table or reference file in the skill. Given that Metrics is now GA, users may expect guidance on setting
options.enableMetrics,options.beforeSendMetric, and usingSentrySDK.metricsAPI.Why This Needs Manual Review
SentrySDK.metrics.count(),.gauge(),.distribution()) needs documentationreferences/metrics.mdis warranted (parallel to how other platforms have it) or a smaller update to SKILL.md sufficesSkill Files to Review
skills/sentry-cocoa-sdk/SKILL.md— Phase 2 "Not available for Cocoa" sectionskills/sentry-cocoa-sdk/references/metrics.mdPriority
MEDIUM — Metrics is now GA and users asking about metrics will get incorrect "not available" guidance. However, the feature still works without enabling it (opt-out via
options.enableMetrics = false), so no breakage for existing users.Note
🔒 Integrity filter blocked 6 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".To allow these resources, lower
min-integrityin your GitHub frontmatter: