-
-
Notifications
You must be signed in to change notification settings - Fork 448
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
Sentry should support multiple debug-meta.properties
#2994
Comments
The following code could serve as a starter for a workaround for users running into this limitation and wanting to set bundle IDs themselves:
|
I think we're better off doing this in sentry-java. To merge them from multi-modules, the plugin either will have to be applied to the root project, or to each of the modules, and I think this is gonna be much more work to support multi-module 🤔 |
debug-meta.properties
in a multi-module builddebug-meta.properties
@adinauer This is relevant for backend only, as Android uploads only files from 1 module anyway, correct? |
@stefanosiano afaik yes |
Problem Statement
In a multi-module build there's one
debug-meta.properties
per module. Currently we only load the first one and stop.Solution Brainstorm
Load all we can find at runtime (in that case this issue should probably be moved to sentry-java)
merge them during buildThe text was updated successfully, but these errors were encountered: