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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: