-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
feat(flags): add hasFlags to project serializer #83216
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need to update the OpenAPI examples (any where you see hasReplays add hasFlags)
"hasReplays": False, |
i believe i updated all the instances - the open api tests were failing otherwise |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@michellewzhang I still see the openapi diff failing. Any idea why that's happening?
that one always fails when there's an api change (you can see it's marked as optional) - the one that should pass is |
serializes `project.hasFlags` field so the frontend can use the value relates to getsentry/team-replay#499
serializes
project.hasFlags
field so the frontend can use the valuerelates to https://github.com/getsentry/team-replay/issues/499