Markus Hintersteiner

Results 313 comments of Markus Hintersteiner

Hey @SerggioZS , do you have an update for us?

@SerggioZS yes, a reproducible example would be very useful! Either attach the sample to the ticket, or in case of PII concerns send it to [email protected]

We could even lazily initialize elements of SentryOptions on `options.getXYZ()` to defer object init.

@supervacuus maybe you can help me out here regarding 1: I guess tags are missing when using breakpad, because the minidumps are sent by breakpad itself, rather via the Android...

I think this would require some more investigation effort, as it's unclear if this is even possible to call the Java layer within the signal handler.

Regarding the data fields, I guess it makes most sense to map the props the following way: > name: build.gradle -> applicationId > id: build.gradle -> versionCode > version: build.gradle...

@jan-auer it looks like we had a similar feature in the distant past: https://github.com/getsentry/sentry/pull/10246 Any chance you remember why it was removed?

This might be fixed with AGP 7.4+ and our `3.4.1` gradle plugin release.

Still happening with sentry `3.4.1` and Gradle 8+ > $ ../gradlew --version > Gradle 8.0-rc-2 > Build time: 2023-01-17 10:25:18 UTC > Revision: 8dcd942c9efaac6cb7f577f3b7a7521d0801704d > > Kotlin: 1.8.0 > Groovy:...

@lbloder do you have an update on this topic?