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 disableButtonClickTracking disables tracking of buttons for all trackers, and it doesn't allow to stop button click tracking only for the specified trackers.
To Reproduce
Steps to reproduce the behavior or code snippets that produce the issue:
Create two seperate trackers.
Call enableButtonClickTracking with specific trackers, e.g. trackerA and trackerB.
Describe the bug
disableButtonClickTracking
disables tracking of buttons for all trackers, and it doesn't allow to stop button click tracking only for the specified trackers.To Reproduce
Steps to reproduce the behavior or code snippets that produce the issue:
enableButtonClickTracking
with specific trackers, e.g.trackerA
andtrackerB
.Expected behavior
disableButtonClickTracking
should allow disabling button click tracking only for the specified trackers.Desktop (please complete the following information):
Additional context
We still use tracker v3 as there are some breaking changes in v4 for us, and we need this fixed in v3 as well.
The text was updated successfully, but these errors were encountered: