[skill-drift] fix(sentry-cocoa-sdk): app start limit + SentryObjC docs#149
Merged
philprime merged 2 commits intoJun 15, 2026
Conversation
Automated drift-fix run. Co-Authored-By: Claude (claude-sonnet-4-5) <noreply@anthropic.com>
philprime
reviewed
Jun 15, 2026
…tryObjC docs - Fix inconsistent 5s vs 180s app start threshold in troubleshooting table - Remove experimental tag from SentryObjC (stable since 9.17.0) - Bump SentryObjC min version to 9.17.1 for debug symbol support Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
cleptric
approved these changes
Jun 15, 2026
philprime
approved these changes
Jun 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Warning
Auto-generated from external SDK content. Review all links and code suggestions before acting on them.
Summary
Changes
1. App Start Duration Limit Fix
File:
skills/sentry-cocoa-sdk/references/tracing.mdCorrected the maximum app start duration from "5 seconds" to "180 seconds (3 minutes)" to match the actual SDK implementation (
SentryAppStartTracker.maxAppStartDuration = 180.0). The warning note correctly stated that this limit is skipped for standalone app start tracing.2. SentryObjC Documentation
File:
skills/sentry-cocoa-sdk/SKILL.mdAdded Option 4 documenting the new experimental SentryObjC wrapper SDK. This is for pure Objective-C/C++ projects that cannot enable Clang modules (e.g., with
-fmodules=NO). The documentation includes:PRs Reviewed
Verification
SentryAppStartTracker.swiftsource at merge SHA bbb8fdc7Source PRs