sentry-auth-gitlab icon indicating copy to clipboard operation
sentry-auth-gitlab copied to clipboard

ProviderNotRegistered > sentry.tasks.check_auth_identity

Open BenoitPoulet opened this issue 5 years ago • 0 comments

Hello,

Sentry 9.0.0 here.

I have a lot of this error in the Sentry's Internal project :

ProviderNotRegistered gitlab

The error came from here : sentry/auth/manager.py in get at line 23 def get(self, key, **kwargs): try: cls = self.__values[key] except KeyError: raise ProviderNotRegistered(key) return cls(key=key, **kwargs)

Any idea how to fix it ?

Regards.

BenoitPoulet avatar Nov 16 '18 11:11 BenoitPoulet