DataDog / dd-sdk-flutter

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

feat: Support custom error fingerprinting #582

Closed fuzzybinary closed 3 months ago

fuzzybinary commented 3 months ago

What and why?

This works in a similar way to the Native SDKs where adding the attribute DatadogAttributes.errorFingerprint to a log or an addError* call in RUM will add the custom fingerprint to the error.

Modify the mappers to allow for modifying custom fingerprints as well.

refs: RUM-3600 #539

Review checklist