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

[Feature Flags] Investigate whether flags context should clone/isolate with the current scope #14282

Open
aliu39 opened this issue Nov 13, 2024 · 0 comments
Labels
Feature: Feature Flags Issues related to Sentry Feature Flags Support

Comments

@aliu39
Copy link
Member

aliu39 commented Nov 13, 2024

Description

Applies for server-side SDKs as well. We currently clone the flag buffer whenever the scope forks, but this could cause us to miss useful flags that are evaluated in sub-tasks, before/during the time the error is raised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Feature Flags Issues related to Sentry Feature Flags Support
Projects
Status: No status
Development

No branches or pull requests

2 participants