I’m trying to connect a new app that I just deployed in fly io, to Sentry (Application Monitoring by Sentry · Fly Docs).
When trying to run the flyctl ext sentry create
command, I get this error:
Error: returned error 500 Internal Server Error: {"errors":[{"message":"You hit a Fly API error with request ID: 01J9PGZG7EWE8PE8XAGXGSB11G-scl","extensions":{"code":"SERVER_ERROR","fly_request_id":"01J9PGZG7EWE8PE8XAGXGSB11G-scl"}}],"data":{}}
Seems like something is internally failing with Fly io and Sentry. Is there anything I can do?