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
Support for metrics and app registration in server-side part of this SDK. In serverless/edge environments it's different then what we had before.
Background
Users who enabled metrics when creating a feature toggle expect it to show up.
Solution suggestions
We have 2 options:
A. Do it as-is, sending a request on every evaluation, but it will not be performant (not scalable).
B. Research alternative ways of batching metrics. Not a trivial task.
The text was updated successfully, but these errors were encountered:
Describe the feature request
Support for metrics and app registration in server-side part of this SDK. In serverless/edge environments it's different then what we had before.
Background
Users who enabled metrics when creating a feature toggle expect it to show up.
Solution suggestions
We have 2 options:
A. Do it as-is, sending a request on every evaluation, but it will not be performant (not scalable).
B. Research alternative ways of batching metrics. Not a trivial task.
The text was updated successfully, but these errors were encountered: