getsentry / getsentry/sentry-dart
Flutter Symbol Upload - Cron monitor
- Dominant language
- Dart
- Stars
- 873
- Forks
- 299
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 30
Description
We recently got automated symbol collection for Flutter
* https://github.com/getsentry/sentry-dart/pull/1673
But currently there's no way to monitor it.
We can use Crons to monitor it. Similar to the Apple symbol upload:

https://github.com/getsentry/apple-system-symbols-upload/blob/f5a0da1fbe6639412714ecd0e1fd7be976d56e3b/.github/actions/import-system-symbols-from-ipsw/action.yml#L36
https://github.com/getsentry/apple-system-symbols-upload/blob/f5a0da1fbe6639412714ecd0e1fd7be976d56e3b/.github/workflows/import-system-symbols-from-ipsw-on-schedule.yml#L37
Contributor guide
Assessment
This issue has not been assessed yet.