PostHog / posthog-go

Official PostHog Go library
MIT License
20 stars 17 forks source link

Log flag name when failed to compute it locally #32

Closed zaynetro closed 6 months ago

zaynetro commented 6 months ago

Atm it is impossible to tell which flag failed to be computed locally.

Before:

Unable to compute flag locally - Can't determine if feature flag is enabled or not with given properties

After:

Unable to compute flag locally (my_test) - Can't determine if feature flag is enabled or not with given properties