We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe0675 commit 92b6dc4Copy full SHA for 92b6dc4
src/main/java/dev/openfeature/sdk/OpenFeatureClient.java
@@ -217,11 +217,11 @@ private <T> FlagEvaluationDetails<T> evaluateFlag(
217
}
218
details.setErrorMessage(e.getMessage());
219
enrichDetailsWithErrorDefaults(defaultValue, details);
220
- if (hookSupportData.getHooks() != null && hookSupportData.getHints() != null) {
+ if (hookSupportData.getHooks() != null) {
221
hookSupport.executeErrorHooks(hookSupportData, e);
222
223
} finally {
224
225
hookSupport.executeAfterAllHooks(hookSupportData, details);
226
227
0 commit comments