DataDog / dd-sdk-flutter

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

fix: Add test for variant on logs #569

Closed fuzzybinary closed 6 months ago

fuzzybinary commented 7 months ago

What and why?

iOS was not properly adding flavor / variant to logs. Add an integration test that checks for this.

Also fix source_type to use an internal value over attempting to set error.source_type

This is dependent on DataDog/dd-sdk-ios#1702

refs: #568

How?

If needed, a description of how this PR accomplishes what it does.

Review checklist