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
autocapture property from Configuration should be updatable by developers.
Current Behavior
autocapture is read only:
Thus, if we want to disable sessions tracking at runtime, we must use the trackingSessionEvents property which is deprecated.
Same for defaultTracking.
Possible Solution
Un-deprecate trackingSessionEvents property.
Environment
SDK version 1.18.0
The text was updated successfully, but these errors were encountered:
Expected Behavior
autocapture
property fromConfiguration
should be updatable by developers.Current Behavior
autocapture
is read only:Thus, if we want to disable sessions tracking at runtime, we must use the
trackingSessionEvents
property which is deprecated.Same for
defaultTracking
.Possible Solution
Un-deprecate
trackingSessionEvents
property.Environment
SDK version 1.18.0
The text was updated successfully, but these errors were encountered: