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
In the Javascript SDK, we have added a configurable parameter which indicates how long after startup the SDK should send the first metrics. The default in the javascript SDK is set to two seconds. Since none of our client side SDKs register, the metrics is the first touchpoint for when Unleash can "see" your application and toggle usage.
We'd like to align the API surface across our SDKs and add support in the Swift SDK for sending early metrics on a configurable interval defaulted to two seconds, similar to the Javascript SDK.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the feature request
In the Javascript SDK, we have added a configurable parameter which indicates how long after startup the SDK should send the first metrics. The default in the javascript SDK is set to two seconds. Since none of our client side SDKs register, the metrics is the first touchpoint for when Unleash can "see" your application and toggle usage.
We'd like to align the API surface across our SDKs and add support in the Swift SDK for sending early metrics on a configurable interval defaulted to two seconds, similar to the Javascript SDK.
Reference implementation: https://github.com/Unleash/unleash-proxy-client-js/pull/203/files
Javscript SDK properties overview: https://github.com/Unleash/unleash-proxy-client-js/pull/203/files
The text was updated successfully, but these errors were encountered: