-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(Android): sentry integration #569
Conversation
androidApp/build.gradle.kts
Outdated
create("staging") { | ||
dimension = "environment" | ||
applicationIdSuffix = ".staging" | ||
buildFeatures { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was it intentional to delete the closing curly brace on the defaultConfig
block and move a ton of things inside it and most of the file into the android
block?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😱 it was not!
Co-authored-by: Melody Horn <mhorn@mbta.com>
Summary
Ticket: 🤖 | Setup | Sentry integration
What is this PR for?
This PR adds the Sentry integration for the android client.
iOS
android
Testing
What testing have you done?
I ran locally (disabling the debug check) and confirmed the error was logged in the new project.
I don't know how to test the debug symbol upload locally, so I'm hoping to merge this PR as-is with the known temporary message capture on app launch and verify that it works as expected.