You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Improve error handling in OpenFeatureClient (#121)
## This PR
The PR adds the `flagKey` to EvaluationDetailsBuilder during error
handling, providing more context for debugging. It also includes error
message within the ResolutionError for more complete error information.
### How to test
Modify the NoOpProvider to throw any exception with a message. This
should then propergate through to this new error handling
Signed-off-by: Andrew Menino-Barlow <[email protected]>
0 commit comments