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

CGFloat property values are not sent to backend #92

Closed
ryancrosby-bl opened this issue Oct 16, 2023 · 1 comment
Closed

CGFloat property values are not sent to backend #92

ryancrosby-bl opened this issue Oct 16, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@ryancrosby-bl
Copy link
Contributor

ryancrosby-bl commented Oct 16, 2023

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

let properties = ["fontSize": CGFloat(12.0)]
amplitude.track(eventType: "userChangedFontSize", eventProperties: properties)

Environment

  • SDK Version: main / 0.7.2
  • OS Info: iPadOS 17.0.3
@ryancrosby-bl ryancrosby-bl added the bug Something isn't working label Oct 16, 2023
@liuyang1520
Copy link
Collaborator

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants