-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] Inconsistent event enrichment mechanism #3855
Labels
Bug
Something isn't working
Comments
Tagging @bruno-garcia |
Thanks for the report and the repro @TimBurik. We'll take a look once the 5.0.0 release is out (we're a bit short handed on the .NET SDK at the moment). |
@jamescrosswell are there any updates on the issue? |
@TimBurik see my reply on the other related (iOS) issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Package
Sentry
.NET Flavor
.NET
.NET Version
9.0.100
OS
Android
SDK Version
4.12.2
Self-Hosted Sentry Version
No response
Steps to Reproduce
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.Android.zip
Expected Result
The behavior is consistent: all events are going through the process of enrichment has valid context in reports
Actual Result
The behavior is different for different cases:
Also, native crashes seems to have file attachment missing, but that might be related to the #3545
The text was updated successfully, but these errors were encountered: