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
feat: add analytics_url to send flag analytics to a different host
When the SDK evaluates flags through an Edge Proxy, the analytics POST built
from api_url hits a path the proxy does not handle and events are silently
dropped. Setting analytics_url overrides just the analytics endpoint, so
analytics can be sent to the core Flagsmith API while evaluations keep going
through the proxy. When analytics_url is unset, the SDK still derives the
endpoint from api_url + /analytics/flags/, so existing setups are unaffected.
Closes#213
0 commit comments