Skip to content

fix(telemetry): Mark CLI frames as in-app - #13

Merged
philprime merged 1 commit into
mainfrom
philprime/fix/mark-sentry-frames-in-app
Sep 10, 2026
Merged

fix(telemetry): Mark CLI frames as in-app#13
philprime merged 1 commit into
mainfrom
philprime/fix/mark-sentry-frames-in-app

Conversation

@philprime

Copy link
Copy Markdown
Member

Bare SwiftPM executables do not expose CFBundleExecutable, which left Sentry's default in-app include list empty. Explicitly include apple-docs so captured stack traces identify CLI frames as application code, with a regression test covering the configuration.

Verification

Verified with make test, make analyze, and make build.

Refs APPLE-DOCS-CLI-2

Explicitly include the SwiftPM executable because bare command-line binaries do not provide CFBundleExecutable for Sentry's default detection.
@philprime
philprime marked this pull request as ready for review September 10, 2026 10:45
@philprime
philprime enabled auto-merge (squash) September 10, 2026 10:46
@philprime
philprime merged commit be00233 into main Sep 10, 2026
12 checks passed
@philprime
philprime deleted the philprime/fix/mark-sentry-frames-in-app branch September 10, 2026 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant