-
Notifications
You must be signed in to change notification settings - Fork 25
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
Infinity loop crash when sending a tracking event property with a single-value array, e.g., ["test": [[1]]] #239
Comments
Hi @datoutwo, the example you've provided does not reproduce for me after checking with multiple iOS versions and multiple versions of Xcode. Are you able to provide a more specific reproduction case? |
Hi @crleona, sorry the data should be Amplitude.testInstance.track(eventType: eventType, eventProperties: ["test": [[1]]]) Please check the video below and this infinity loop takes few seconds to cause the crash. work.2024-11-11.at.22.29.19.mov |
Hi @crleona just check the pr it works like a charm from my side. Thanks for the speedy reply and fix. |
The fix is released in 1.10.2. |
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce
Amplitude.testInstance.track(eventType: eventType, eventProperties: ["test": [[1]]])
Reproducible example project
AmplitudeSwiftUIExample.xcodeproj
in the attach file.GENERAL EVENT
.Amplitude-Swift.zip
Environment
The text was updated successfully, but these errors were encountered: