getsentry / sentry-native

Sentry SDK for C, C++ and native applications.
MIT License
378 stars 164 forks source link

fix: store transaction `data` in event `extra` #986

Closed supervacuus closed 1 month ago

supervacuus commented 1 month ago

fixes https://github.com/getsentry/sentry-native/issues/983

This aligns with the current implementations in sentry-java, sentry-dotnet, and sentry-cocoa (and probably others). The RFC 0101 mentions the issue as one of its drivers. In the meantime we should allow transactions to serialize data where it doesn't get discarded.