Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an over-tracking issue. #110

Merged
merged 1 commit into from
Mar 15, 2017
Merged

Fix an over-tracking issue. #110

merged 1 commit into from
Mar 15, 2017

Conversation

mbrandonw
Copy link
Contributor

This is a p bad one :(

The over tracking issues we are having comes from a small logical typo from our Swift 3 #26 conversion. It's unfortunately on some untested code, but @stephencelis and I will fix that soon.

The issue is that we never remove successfully tracked events from the event queue, and so we keep on re-tracking those events as the user continues using the app more.

@mbrandonw
Copy link
Contributor Author

/cc @ktman @aln2129

Copy link
Contributor

@stephencelis stephencelis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😦 Oi.

@mbrandonw mbrandonw merged commit 5984a5e into master Mar 15, 2017
@terminalbae
Copy link

Thanks for digging into this @mbrandonw

@mbrandonw mbrandonw deleted the over-tracking branch March 15, 2017 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants