[Draft] Add Firebase Crashlytics with Kermit log forwarding - #76
Draft
IanDBird wants to merge 1 commit into
Draft
Conversation
Integrate Firebase Crashlytics for Android and iOS crash reporting, and wire Kermit's CrashlyticsLogWriter into the existing Logger so that log breadcrumbs and non-fatal exceptions are automatically forwarded to Crashlytics across all existing injection sites.
IanDBird
marked this pull request as draft
March 1, 2026 14:41
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.
Summary
CrashlyticsLogWritervia expect/actual (androidMain,iosMain,wasmJsMainno-op) so all existing Logger injection sites automatically forward breadcrumbs and non-fatal exceptions to CrashlyticsAtomicBoolean)KermitLoggerTestcovering severity mapping, tag forwarding, and min-severity filteringdocs/firebase-crashlytics-setup.mdwith manual steps (Firebase Console, config files, dSYM upload, verification)Prerequisites
google-services.jsonmust be placed atapps/android/google-services.jsonbefore Android builds will succeedGoogleService-Info.plistmust be placed atapps/ios/App/GoogleService-Info.plistfor iOSpod installinapps/iosafter pulling this branchTest plan
./gradlew :packages:core:logging:iosSimulatorArm64Test)google-services.jsonpod installand addingGoogleService-Info.plistlogger.e(throwable = ex) { "..." }calls🤖 Generated with Claude Code