We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25e185 commit f4df4c6Copy full SHA for f4df4c6
src/Sentry/Platforms/Android/Extensions/SentryEventExtensions.cs
@@ -17,7 +17,7 @@ internal static class SentryEventExtensions
17
18
public static SentryEvent ToSentryEvent(this JavaSdk.SentryEvent sentryEvent, JavaSdk.SentryOptions javaOptions)
19
{
20
- if (sentryEvent?.User != null)
+ if (sentryEvent.User != null)
21
22
// when we cast this serialize this over, this value must be set
23
sentryEvent.User.Name ??= String.Empty;
0 commit comments