Sentry - Destroyed project names not available

Error: input:3: createAddOn Validation failed: Name has already been taken, Name has already been taken

This was never attended to here as well: Error on `fly ext sentry create`

If we destroyed a project, how can we create a project with that same name again?

Can you share the project name here, or drop us a line in support? Thanks!

invitesai

I went ahead and removed that one for you. I’ll also be releasing a fly ext sentry destroy command to help with this in the future.

A note on why this happens: we keep a local record of every extension, including Sentry projects, and names in our systems must be unique per-provider.

We never added destroy because Sentry’s API doesn’t allow deleting the remote project on Sentry.

However, you projects names in Sentry don’t need to be unique. So there should be no harm is allowing users to delete Sentry projects on Fly.

2 Likes

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