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
fix: Handle default flush interval for browser SDK. (#822)
The browser SDK was incorrectly handling its default flush interval
configuration.
There are two layers to defaults for the browser SDK. The first is
defaults which differ from the base configuration defaults, second is
defaults for browser specific configuration.
The base defaults were being applied to the browser specific
configuration, which meant those changes were being lost and instead the
base default was being used instead.
Fixes: SDK-1199
0 commit comments