feat(logging): Adopt swift-log with Sentry integration - #159
Merged
Conversation
📲 Install BuildsiOS
|
Replace OSLog usage across the app and share extension with module-qualified swift-log loggers backed by console and Sentry handlers.
philprime
marked this pull request as ready for review
August 31, 2026 12:42
philprime
enabled auto-merge (squash)
August 31, 2026 12:42
Replace the static Void token with a callable main-actor Once utility for synchronous Share Extension logging setup.
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.
Adopt
apple/swift-logacross Flinky and the Share Extension while forwarding logs through Sentry's SwiftLog integration. This preserves local console output, adds structured Sentry logs, and leaves existing captures, metrics, and breadcrumbs unchanged.Implementation
Logger(for:)labels.Onceutility.sentry-cocoaandsentry-apple-swift-logRenovate updates grouped at the same version.Verification
Validated the app, FlinkyCore, and Share Extension builds plus 15 app unit tests using the project Makefile targets.