DataDog / dd-sdk-unity

Apache License 2.0
11 stars 2 forks source link

fix: Fix several small issues #48

Closed fuzzybinary closed 10 months ago

fuzzybinary commented 10 months ago

What and why?

Switch from JsonUtility to JsonConvert because JsonUtility doesn't encode nulls properly (resulting in a blank string for service when it was null) Delete the IL2CPP mapping file before copying the new one (overwrite flag doesn't seem to work). Add sdk_version to additional properties

Review checklist