A simple utility that can be used to see all crashes in app center of Microsoft.
it's so simple that you just need execute this command
php artisan hook:install voyager-appcenter-crashes
this package needs a .env file variable. You can find this information at https://appcenter.ms
APPCENTER_OWNER_APP=YOUR-OWNER-APP
APPCENTER_APP_NAME=YOUR-APP-NAME,YOUR-APP-NAME,YOUR-APP-NAME...
APPCENTER_API_TOKEN=YOUR-ACCESS-TOKEN
APPCENTER_LAST_OCCURRENCE_FROM=01-01-2000
Example format date d-m-Y (default: 01-01-2000)
Example url: http://localhost:8000/admin/crashes