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

Automatically add flag information on server-side library events when possible #14270

Closed
neilkakkar opened this issue Feb 16, 2023 · 2 comments
Closed
Labels
enhancement New feature or request feature/feature-flags Feature Tag: Feature flags libraries Related to client libraries (except posthog-js)

Comments

@neilkakkar
Copy link
Collaborator

Is your feature request related to a problem?

Now that we have local evaluation, we can add flag information to server-side events for flags that can be evaluated locally automatically.

This introduces no delays in capture, and also allows us to offset some work from users.

Please describe.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

Thank you for your feature request – we love each and every one!

@neilkakkar neilkakkar added enhancement New feature or request feature/feature-flags Feature Tag: Feature flags libraries Related to client libraries (except posthog-js) labels Feb 16, 2023
@EDsCODE
Copy link
Member

EDsCODE commented Feb 16, 2023

What information are you referring to

@neilkakkar
Copy link
Collaborator Author

information = flag evaluation values. Right now, all events coming from server side libraries need to manually add which all flags are active. But they don't have to. (as long as there's a personal API key)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature/feature-flags Feature Tag: Feature flags libraries Related to client libraries (except posthog-js)
Projects
None yet
Development

No branches or pull requests

3 participants