DataDog / dd-sdk-flutter

Flutter bindings and tools for utilizing Datadog Mobile SDKs
Apache License 2.0
43 stars 42 forks source link

fix: Fix iOS build #592

Closed fuzzybinary closed 5 months ago

fuzzybinary commented 5 months ago

What and why?

Use trackUserInteractions over trackInteractions in iOS Telemetry object. Add missing addFeatureFlagEvaluations for Android.

Review checklist

maxep commented 5 months ago

We send both on iOS, I guess we should do the same and drop it!

fuzzybinary commented 5 months ago

The build issue is that we did drop it from the Telemetry object, even though we send it to the backend. So I just needed to update to the new parameter.

maxep commented 5 months ago

ah yea, sorry my bad..