From 9e0e21c8bb04bc0db350e6f1b7087b1887966cf6 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Wed, 13 Mar 2024 10:21:50 +0100 Subject: [PATCH] fixed testhub --- test/Sentry.Unity.Tests/Stubs/TestHub.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/Sentry.Unity.Tests/Stubs/TestHub.cs b/test/Sentry.Unity.Tests/Stubs/TestHub.cs index f36a61622..6c06d57fd 100644 --- a/test/Sentry.Unity.Tests/Stubs/TestHub.cs +++ b/test/Sentry.Unity.Tests/Stubs/TestHub.cs @@ -48,6 +48,11 @@ public void CaptureSession(SessionUpdate sessionUpdate) { } + public SentryId CaptureCheckIn(string monitorSlug, CheckInStatus status, SentryId? sentryId = null) + { + throw new NotImplementedException(); + } + public bool CaptureEnvelope(Envelope envelope) { throw new NotImplementedException();