Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'APIKeyUser' object has no attribute 'id' in identities featurestates path on edge #4370

Open
zachaysan opened this issue Jul 23, 2024 · 2 comments

Comments

@zachaysan
Copy link
Contributor

zachaysan commented Jul 23, 2024

See this error in Sentry.

@matthewelwell
Copy link
Contributor

This is actually a bit messy to solve since it will break the webhook schema. As you can see here, we are currently always sending the email of the user that made the change. By updating this logic to support API keys, we'll no longer be able to support this.

This will need some thought about e.g. whether we need to version the webhook, etc.

@matthewelwell
Copy link
Contributor

Closing this in favour of #4555 (which is linked correctly to the issue in Sentry).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants