Skip to content

Make UploadNativeSymbolsTask work on the root project level #799

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

Open
romtsn opened this issue Dec 17, 2024 · 0 comments
Open

Make UploadNativeSymbolsTask work on the root project level #799

romtsn opened this issue Dec 17, 2024 · 0 comments

Comments

@romtsn
Copy link
Member

romtsn commented Dec 17, 2024

Description

Currently UploadNativeSymbolsTask is registered only for the app module, but it should be registered on the root project level, and since it invokes the sentry-cli, it will recursively scan all subfolders for native debug symbols.

The challenge will be with how to automatically hook it with the release tasks (since those are registered on the app module level). Perhaps we could have a dummy task registered on the app module level that calls to the root project task, not sure yet.

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

No branches or pull requests

2 participants