Open
Description
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
- Send a transaction from a client (.NET MAUI app)
ITransactionTracer transaction = SentrySdk.StartTransaction(eventName, eventName);
transaction.Contexts.Add("Event Payload", BuildContext(eventName, null, callerFunction, callerFile, payloadAsString, payloadAsDictionary));
transaction.SetTags(SetExtra(eventName, "app.event"));
transaction.Finish();
BuildContext is just a helper function that builds collection of items.
- Navigate to the Sentry Discover > open the event and review details
The following sdk is used to send the transaction:
"sdk": {
"name": "sentry.dotnet.extensions.logging",
"version": "5.10.0",
"packages": [
{
"name": "nuget:Sentry.Extensions.Logging",
"version": "5.10.0"
},
{
"name": "nuget:sentry.dotnet",
"version": "5.10.0"
}
]
},


Expected Result
I expect to see the context data (collection of items) the client sent
Actual Result
The Sentry Discover > Event details does not reflect the context data that the client sent.
However the context data has been received by Sentry as you can see in the raw xaml
Product Area
Discover
Link
DSN
No response
Version
No response
Metadata
Metadata
Assignees
Type
Projects
Status