You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But hasn't been released yet. When a new version of analytics-ios is released, we can update the test suite to validate that we start serializing null values:
`analytics-ios` recently released support for serializing `null` values in the request sent to the Segment Tracking API: segmentio/analytics-ios#852
This was released as `v3.8.0-beta.1`. For folks using typewriter + `analytics-ios` of at least that version, null values for required fields will now be serialized. Optional fields set to `nil` continue to be removed before serialization.
Fixes#114
This is due to how
analytics-ios
doesn't support serializing null values: segmentio/analytics-ios#707This was recently fixed here: segmentio/analytics-ios#852
But hasn't been released yet. When a new version of
analytics-ios
is released, we can update the test suite to validate that we start serializing null values:typewriter/tests/e2e/suite.test.ts
Line 159 in 769e650
The text was updated successfully, but these errors were encountered: