-
Notifications
You must be signed in to change notification settings - Fork 244
Fix events being dropped when flushing if there are corrupted items in the event queue #418
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
Conversation
b9f1b17 to
718269f
Compare
…lso prevent NaN and infinite number from being serialized
718269f to
7532694
Compare
7532694 to
e5b691d
Compare
| descStr = "Event: \"\(ev)\"" | ||
| case 1: | ||
| let ev = "Track Event With Properties!" | ||
| let ev = "Track Event With Properties! No: \(eventNo)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in this example, I would make the event number a property and keep the event name consistent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, thx for catching this
jaredmixpanel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
update doc Co-authored-by: Jared McFarland <jared@mixpanel.com>
…nto flush-tweaking
Uh oh!
There was an error while loading. Please reload this page.