Skip to content
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

Support Hybrid SDKs #809

Open
romtsn opened this issue Jan 8, 2025 · 0 comments
Open

Support Hybrid SDKs #809

romtsn opened this issue Jan 8, 2025 · 0 comments

Comments

@romtsn
Copy link
Member

romtsn commented Jan 8, 2025

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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant