bugsnag / bugsnag-python

Official BugSnag error monitoring and error reporting for django, flask, tornado and other python apps.
https://docs.bugsnag.com/platforms/python/
MIT License
84 stars 42 forks source link

Add FeatureFlag class #347

Closed imjoehaines closed 1 year ago

imjoehaines commented 1 year ago

Goal

Add FeatureFlag class that stores a name and an optional variant, e.g.:

flag1 = FeatureFlag('name of the flag')
flag2 = FeatureFlag('another name', 'variant')