Skip to content

Add support for sentry_extra_data in exceptions

Alex Kalderimis requested to merge sentry-extra-data into master

What does this MR do?

This allows exceptions to provide structured data to sentry in an extensible manner. This change is fully backwards compatible with our existing exceptions tracking calls, but also allows exceptions to provide data to be added to the extra information so it can be used to track causes without this information needing to be added to the message.

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Proposed in relation to: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14656#note_204422844

Edited by Alex Kalderimis

Merge request reports