Markus Hintersteiner
Markus Hintersteiner
Having done our first feasibility checks (looking good! 🚀 ) we have a few options on how logs are collected and displayed on sentry.io A) Collecting the logs and adding...
Closing, as we already switched to JDK 17.
@Nohus is this still an issue for you? In case it is please provide a repro and we're happy to look into this again.
Let's go for solution 2, as it should be easier to maintain and wouldn't cause a breaking change (e.g. considering self-hosted).
In the first iteration we could just provide the static App context data on SDK init.
Let's wait for ANRv2 as we can already re-use the background worker to sync the data to sentry-native.
Consider adapting the app-start time here as well.
Maybe it makes sense to have a property to "deactivate" certain features, as it matches the typical workflow better (E.g. "I don't want to have timber integration, but everthing else").
Could make sense to tackle this for Instrumentation Features as well
Let's ensure we can make this work across different versions of AGP (e.g. 7.0, 7.4, 8.x). The [upcoming project isolation feature](https://gradle.github.io/configuration-cache/) could have an effect on overall build speed, we...