sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

dotnet code setting User.id not showing up in iOS events

Open gywright opened this issue 5 months ago • 2 comments

Package

Sentry

.NET Flavor

.NET

.NET Version

8.0.6 (and some on versions from 8.0.0 to 8.0.7, error still seen in all)

OS

iOS

SDK Version

4.4

Self-Hosted Sentry Version

No response

Steps to Reproduce

Image attached describes code used to set User.Id and User.Username. This provides values for Android devices, but not for iOS devices. This code block comes directly after Sentry .init block. Localhost testing and logging show id does have value just before code block for iOS device tested.

Image

Expected Result

Expected to see User.Id and User.Username values for both Android and iOS.

Actual Result

No values for iOS devices. Customer believes this did work during initial testing, but no values seen in the last 90 days given code used (shown above).

gywright avatar Sep 20 '24 17:09 gywright