Skip to content

Migrate to firebase crashlytics#3789

Open
FikriMilano wants to merge 5 commits intomainfrom
3786-migrate-sentry-to-firebase-crashlytics
Open

Migrate to firebase crashlytics#3789
FikriMilano wants to merge 5 commits intomainfrom
3786-migrate-sentry-to-firebase-crashlytics

Conversation

@FikriMilano
Copy link
Copy Markdown
Member

IMPORTANT: Where possible all PRs must be linked to a Github issue

Fixes #3786

Engineer Checklist

  • I have written Unit tests for any new feature(s) and edge cases for bug fixes
  • I have added any strings visible on UI components to the strings.xml file
  • I have updated the CHANGELOG.md file for any notable changes to the codebase
  • I have run ./gradlew spotlessApply and ./gradlew spotlessCheck to check my code follows the project's style guide
  • I have built and run the FHIRCore app to verify my change fixes the issue and/or does not break the app
  • I have checked that this PR does NOT introduce breaking changes that require an update to Content and/or Configs? If it does add a sample here or a link to exactly what changes need to be made to the content.

Code Reviewer Checklist

  • I have verified Unit tests have been written for any new feature(s) and edge cases
  • I have verified any strings visible on UI components are in the strings.xml file
  • I have verifed the CHANGELOG.md file has any notable changes to the codebase
  • I have verified the solution has been implemented in a configurable and generic way for reuseable components
  • I have built and run the FHIRCore app to verify the change fixes the issue and/or does not break the app

@FikriMilano FikriMilano force-pushed the 3786-migrate-sentry-to-firebase-crashlytics branch from 2beb79d to 3f171ad Compare September 26, 2025 12:58
@FikriMilano FikriMilano force-pushed the 3786-migrate-sentry-to-firebase-crashlytics branch from 3f171ad to ce2a0dd Compare September 26, 2025 13:00
@codecov
Copy link
Copy Markdown

codecov bot commented Sep 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 25.0%. Comparing base (e592257) to head (d8b677c).
⚠️ Report is 16 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##              main   #3789   +/-   ##
=======================================
  Coverage     25.0%   25.0%           
  Complexity     841     841           
=======================================
  Files          297     297           
  Lines        16072   16041   -31     
  Branches      2688    2687    -1     
=======================================
  Hits          4024    4024           
+ Misses       11565   11534   -31     
  Partials       483     483           
Flag Coverage Δ
engine 60.9% <ø> (ø)
geowidget 18.7% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...g/smartregister/fhircore/quest/QuestApplication.kt 0.0% <ø> (ø)
...va/org/smartregister/fhircore/quest/ReleaseTree.kt 0.0% <ø> (ø)
...register/fhircore/quest/ui/login/LoginViewModel.kt 1.1% <ø> (+<0.1%) ⬆️
...register/fhircore/quest/ui/main/AppMainActivity.kt 3.4% <ø> (+<0.1%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

FikriMilano added a commit that referenced this pull request Nov 11, 2025
FikriMilano added a commit that referenced this pull request Jan 26, 2026
FikriMilano added a commit that referenced this pull request Feb 25, 2026
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.

Migrate sentry to firebase crashlytics

2 participants