You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally we should eliminate those and provide first-class support for the Hybrid SDKs from the SAGP side. There should be subplugins for each hybrid SDK type (e.g. io.sentry.gradle.react-native or io.sentry.gradle.unity). The common functionality (like uploading debug symbols/proguard mappings) should be extracted into a common folder/module and shared between those subplugins. The new functionality should be built on top of that and support various gradle features such as configuration cache, isolated projects, build cache, task avoidance, etc.
The text was updated successfully, but these errors were encountered:
Description
Currently all our hybrid SDKs either recommend using SAGP or doing things their own way depending on the use-case. For example:
Ideally we should eliminate those and provide first-class support for the Hybrid SDKs from the SAGP side. There should be subplugins for each hybrid SDK type (e.g.
io.sentry.gradle.react-native
orio.sentry.gradle.unity
). The common functionality (like uploading debug symbols/proguard mappings) should be extracted into a common folder/module and shared between those subplugins. The new functionality should be built on top of that and support various gradle features such as configuration cache, isolated projects, build cache, task avoidance, etc.The text was updated successfully, but these errors were encountered: