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 d8ac6ea commit 63326ecCopy full SHA for 63326ec
test/Sentry.Tests/Platforms/iOS/CocoaExtensionsTests.cs
@@ -46,6 +46,7 @@ public void ToSentryEvent_ConvertToManaged()
46
{
47
var native = new CocoaSdk.SentryEvent();
48
49
+ native.Timestamp = DateTimeOffset.UtcNow.ToNSDate();
50
native.ServerName = "native server name";
51
native.Dist = "native dist";
52
native.Logger = "native logger";
0 commit comments