Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Firebase Crashlytics #286

Merged
merged 1 commit into from
Nov 2, 2024
Merged

Conversation

ksharma-xyz
Copy link
Owner

@ksharma-xyz ksharma-xyz commented Nov 2, 2024

TL;DR

Added Firebase Crashlytics integration to the Android application.

What changed?

  • Added Firebase Crashlytics dependency to the app module
  • Configured Crashlytics Gradle plugin in build configuration
  • Added necessary plugin declarations in build files
  • Updated version catalog with Crashlytics dependencies and plugin versions

How to test?

  1. Build and run the application
  2. Force a crash in the app
  3. Verify crash reports appear in Firebase Console under Crashlytics section
  4. Confirm crash data includes proper stack traces and device information

Why make this change?

Adding Crashlytics enables better crash reporting and monitoring capabilities, helping identify and fix issues in production. This will improve app stability by providing detailed crash reports, stack traces, and user impact metrics through the Firebase Console.

Copy link
Owner Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @ksharma-xyz and the rest of your teammates on Graphite Graphite

@ksharma-xyz ksharma-xyz changed the title Add firebase crashlytics Integrate Firebase Crashlytics Nov 2, 2024
@ksharma-xyz ksharma-xyz marked this pull request as ready for review November 2, 2024 06:29
@ksharma-xyz ksharma-xyz force-pushed the 11-01-add_firebase_crashlytics branch from f35839c to 920f48e Compare November 2, 2024 08:00
@ksharma-xyz ksharma-xyz merged commit 326511f into main Nov 2, 2024
3 checks passed
Copy link
Owner Author

Merge activity

  • Nov 2, 4:08 AM EDT: A user merged this pull request with Graphite.

@ksharma-xyz ksharma-xyz deleted the 11-01-add_firebase_crashlytics branch November 2, 2024 08:08
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