-
-
Notifications
You must be signed in to change notification settings - Fork 221
Closed
Labels
Good First IssueGood for newcomersGood for newcomers
Description
Package
Sentry
.NET Flavor
.NET
.NET Version
9.0.100
OS
iOS
SDK Version
4.13.0
Self-Hosted Sentry Version
No response
Steps to Reproduce
- Initialize Sentry, enable BeforeSend
- Add enrichment logic to the
BeforeSend
callback - Generate different types of events
We are trying to use BeforeSend
feature as a unified mechanism of enrichment of Sentry events with additional context at the moment when these events occur. As an example, we are trying to add additional property UserId and also add an attachment as if it is a part of a large log file.
SentryPlayground.Issues.EventEnrichment.iOS.zip
Expected Result
All events are going through the process of enrichment and has additional context attached to them
Actual Result
Only managed exceptions are going through the process of enrichment and have both additional property and additional file attachment in report. Native crashes don't have either, and don't seem to go through the BeforeSend
callback at all.
Metadata
Metadata
Assignees
Labels
Good First IssueGood for newcomersGood for newcomers
Type
Projects
Status
Done
Status
No status