Skip to content

Commit

Permalink
fixed testhub
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Mar 13, 2024
1 parent b6ecaef commit 9e0e21c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/Sentry.Unity.Tests/Stubs/TestHub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9e0e21c

Please sign in to comment.