dronetag / drone-scanner

Multi-platform mobile application for receiving Remote ID information broadcasted by nearby UAVs, compatible with ASTM F3411, ASD-STAN prEN 4709-002 standards
142 stars 28 forks source link

Debug symbols (DT-2720) #60

Closed safrataxyz closed 11 months ago

safrataxyz commented 11 months ago

This should add the debug symbols to the project release on sentry. I was not able to test it, since the master branch here is protected and the workflow for the toolbox project is not working for quite some time now so I was not able to test it there either. I successfully tried with my own sentry auth token that the setting in the pubspec.yaml file is working and the files are being uploaded. This was done according to the commit in the app project and according to the documentation from sentry.

dart run sentry_dart_plugin was added to the workflow together with specified SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} environment variable, which should be taken from the organisational setup.