We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CGFloat property values should be sent to the backend, or raise an error.
The SDK silently fails to send these to the backend.
Proposal PR
let properties = ["fontSize": CGFloat(12.0)] amplitude.track(eventType: "userChangedFontSize", eventProperties: properties)
The text was updated successfully, but these errors were encountered:
The change has been released in https://github.com/amplitude/Amplitude-Swift/releases/tag/v0.7.3.
Thanks again for reporting and contributing on this!
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
CGFloat property values should be sent to the backend, or raise an error.
Current Behavior
The SDK silently fails to send these to the backend.
Possible Solution
Proposal PR
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: