You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
While trying to run the initial upgrade command to initialize my on-premise cluster, I get the following error when Google Auth is enabled(full log available on request):
django.core.exceptions.ImproperlyConfigured: ImportError sentry_auth_google: cannot import name MigratingIdentityId
Yeah, unfortuantely, we started actively developing this again and we haven't tagged released. I'm trying to figure out what we'll want to do moving forward. Either version identically to how we do sentry-plugins and always release them together, so like, sentry==8.22.0 would also work with sentry-auth-google==8.22.0, etc. Or we roll sentry-auth-* into sentry-plugins since I don't see a ton of value in keeping them separate.
But as of right now, I don't have a better answer except pinning to a version that works.
While trying to run the initial
upgrade
command to initialize my on-premise cluster, I get the following error when Google Auth is enabled(full log available on request):It looks like this may relate to #20
Steps to reproduce:
cd onpremise && echo https://github.com/getsentry/sentry-auth-google/archive/master.zip >> requirements.txt
NOTE: I see this particular error message while running migrations
Setup
The text was updated successfully, but these errors were encountered: