Connect an existing Sentry.io Organization / Project to a Fly.io App

Hi there,

We’ve been using Fly.io and are loving it, but we’re having issues setting up the Sentry integration. Right now, flyctl ext sentry create creates a brand new org for us, but we already have an existing org with existing projects.

I’ve tried switching out the SENTRY_DSN for my FastAPI App using fly secrets set SENTRY_DSN=..., but I’m still getting linked to the newly-generated sentry project instead of my existing Sentry project in the UI (my FastAPI app is sending errors correctly though).

Let me know if I’m doing something wrong and thanks!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.