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

Add support for loading feature flags & experiments in configuration #153

Merged
merged 5 commits into from
May 19, 2022

Conversation

imjoehaines
Copy link
Contributor

Goal

This PR adds support for loading feature flags & experiments in the bugsnag.yaml config file, e.g.:

bugsnag:
    feature_flags:
        - name: Checkout button color
          variant: Blue
        - name: Special offer
          variant: Free coffee
        - name: New checkout flow

This is useful when features are known upfront, but when that's not possible the feature flags API can be used to configure feature flags at runtime

I've also added Maze Runner tests for feature flags in our Symfony fixture apps

@imjoehaines imjoehaines requested a review from kattrali May 18, 2022 14:36
@imjoehaines imjoehaines force-pushed the feature-flags branch 5 times, most recently from cf7f9bc to 7741083 Compare May 18, 2022 16:51
@imjoehaines imjoehaines merged commit 92ac586 into next May 19, 2022
@imjoehaines imjoehaines deleted the feature-flags branch May 19, 2022 08:23
@imjoehaines imjoehaines mentioned this pull request May 19, 2022
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