Manoel Aranda Neto
Manoel Aranda Neto
The SDK does not collect any PII by default tho, I'm not super concerned about that.
@romtsn will talk to folks and figure out if this is something we'd like to do.
reason is https://github.com/getsentry/sentry-android-gradle-plugin/pull/212/files latest `MAVEN_PUBLISH` does not generate the pom file, maybe an issue with AGP 7.x, since 0.15.1 works just fine, we didn't find any breaking change (changelog) that...
Today we just bail if the plugin `com.android.application` isn't available, wondering how we would do that if the plugin isn't being applied in the first place. It'd make sense for...
@looploooop thanks for reporting. There are no Sentry stack traces related to it, how do you know it's the Sentry instrumentation crashing your App? thanks
Thanks for the feedback, we'll take a look into it.
@vinaysshenoy you can still https://docs.sentry.io/platforms/android/performance/instrumentation/custom-instrumentation/
turns out that https://github.com/getsentry/sentry-cli/blob/master/src/commands/upload_proguard.rs#L41-L72 is dead code so sentry-cli needs to support such new properties and Sentry UI should offer a way to display and filter such new properties
we could maybe split it out into different issues and link them together since all of them can be done separately and it'd take some time.
`SharedPreferences` is heavily used in Android apps, worth investigating if we can get spans out of every operation.