DataDog / dd-sdk-unity

Apache License 2.0
11 stars 1 forks source link

feat: Ensure telemetry gets called from DDUnityLogHandler #69

Closed fuzzybinary closed 6 months ago

fuzzybinary commented 6 months ago

What and why?

There was an open TODO to add telemetry, but in reality the telemetry was already there via a wrap call. Remove the TODO but add unit tests to ensure telemetry is called on errors.

Review checklist