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: Update usage of StatsigServerOptions #169

Merged
merged 3 commits into from
Apr 3, 2024

Conversation

jenshenneberg
Copy link
Contributor

This PR updates the way StatsigServerOptions are passed to the StatsigProvider

The previous api took an Action<StatsigServerOptions>. While this was a nicer api, it did unfortunately not work as most of the fields on StatsigServerOptions can only be set in the constructor.

Notes

A few typos are also fixed

Follow-up Tasks

The updates in the README uncovers an example of the inconsistency mentioned here. I'm considering whether to rename the NuGet package (OpenFeature.Contrib.Providers.Statsig) to match the Project name (OpenFeature.Contrib.Providers.Statsig)

Signed-off-by: Jens Henneberg <[email protected]>
Signed-off-by: Jens Henneberg <[email protected]>
@jenshenneberg jenshenneberg marked this pull request as ready for review April 2, 2024 23:21
@jenshenneberg jenshenneberg requested a review from a team as a code owner April 2, 2024 23:21
@beeme1mr beeme1mr merged commit d12bbc7 into open-feature:main Apr 3, 2024
14 of 15 checks passed
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

Successfully merging this pull request may close these issues.

2 participants