DataDog / dd-sdk-flutter

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

fix: Add source_type to log errors #566

Closed fuzzybinary closed 4 months ago

fuzzybinary commented 4 months ago

What and why?

When an error with a stack trace is sent to logs, add the error.source_type attribute to assist in symbolication of the trace. Since symbolication defaults to source when source_type is not present, this should only affect add-to-app scenarios that have their source normally set to ios.

refs: RUM-3239

Review checklist