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
Describe the bug
Screen views are automatically tracked even if configured to not to do so.
To Reproduce
Configure (custom) tracker with TrackerConfiguration().screenViewAutotracking(false).
Observe event payload
Expected behavior
Screen views are not automatically tracked.
Screenshots
N/A
Device information (please complete the following information):
Device: all iOS devices
OS: iOS, all versions
Browser: N/A
Version: Snowplow iOS tracker SDK 5.3.0
Additional context
? Missing fallback to sourceConfig?. … in case _screenViewAutotracking is nil in screenViewAutotracking getter in Sources/Snowplow/Configurations/TrackerConfiguration.swift
The text was updated successfully, but these errors were encountered:
Describe the bug
Screen views are automatically tracked even if configured to not to do so.
To Reproduce
Configure (custom) tracker with
TrackerConfiguration().screenViewAutotracking(false)
.Observe event payload
Expected behavior
Screen views are not automatically tracked.
Screenshots
N/A
Device information (please complete the following information):
Additional context
? Missing fallback to
sourceConfig?. …
in case_screenViewAutotracking
isnil
inscreenViewAutotracking
getter inSources/Snowplow/Configurations/TrackerConfiguration.swift
The text was updated successfully, but these errors were encountered: