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
{{ message }}
This repository has been archived by the owner on May 30, 2024. It is now read-only.
Our codebase has async requests coming in to evaluate feature flag, and we have seen some flags assuming different result type when what is set on LD, but it's very hard for us to find out the culprit flag.
com.launchdarkly.client.EvaluationException: Feature flag evaluation expected result as string type, but got non-string type.
at com.launchdarkly.client.VariationType$4.assertResultType(VariationType.java:40)
at com.launchdarkly.client.LDClient.evaluate(LDClient.java:369)
at com.launchdarkly.client.LDClient.stringVariation(LDClient.java:298)
It would be helpful if the error message actually includes the key of the flag.
The text was updated successfully, but these errors were encountered:
alexwei
changed the title
Error log message does not include
EvaluationException error message does not include feature flag name.
Aug 16, 2018
alexwei
changed the title
EvaluationException error message does not include feature flag name.
EvaluationException error message does not include feature flag key.
Aug 16, 2018
Our codebase has async requests coming in to evaluate feature flag, and we have seen some flags assuming different result type when what is set on LD, but it's very hard for us to find out the culprit flag.
It would be helpful if the error message actually includes the key of the flag.
The text was updated successfully, but these errors were encountered: