DataDog / dd-sdk-unity

Apache License 2.0
11 stars 2 forks source link

feat: Add errors on logs #16

Closed fuzzybinary closed 1 year ago

fuzzybinary commented 1 year ago

What and why?

Added the ability to attach Exceptions to errors, which populates error.kind, error.message, and error.stack if they are available.

refs: RUMM-3272

Review checklist