From ab2626c756ad739c229ee9ddaba6dba94d1614e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 13:08:15 +0200 Subject: [PATCH] chore(deps): update .NET SDK to v4.5.0 (#1635) --- CHANGELOG.md | 3 +++ src/sentry-dotnet | 2 +- test/Sentry.Unity.Tests/Stubs/TestHub.cs | 6 ++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd7e6207b..8129673a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ ### Dependencies +- Bump .NET SDK from v4.4.0 to v4.5.0 ([#1635](https://github.com/getsentry/sentry-unity/pull/1635)) + - [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#450) + - [diff](https://github.com/getsentry/sentry-dotnet/compare/4.4.0...4.5.0) - Bump CLI from v2.31.0 to v2.31.2 ([#1639](https://github.com/getsentry/sentry-unity/pull/1639)) - [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2312) - [diff](https://github.com/getsentry/sentry-cli/compare/2.31.0...2.31.2) diff --git a/src/sentry-dotnet b/src/sentry-dotnet index 6c159e351..8c389383d 160000 --- a/src/sentry-dotnet +++ b/src/sentry-dotnet @@ -1 +1 @@ -Subproject commit 6c159e3513cb42781fbd07c331b86d745741700d +Subproject commit 8c389383d3cbb231c66a23834755a143741f1f89 diff --git a/test/Sentry.Unity.Tests/Stubs/TestHub.cs b/test/Sentry.Unity.Tests/Stubs/TestHub.cs index 6c06d57fd..4ad2488c6 100644 --- a/test/Sentry.Unity.Tests/Stubs/TestHub.cs +++ b/test/Sentry.Unity.Tests/Stubs/TestHub.cs @@ -48,6 +48,12 @@ public void CaptureSession(SessionUpdate sessionUpdate) { } + public SentryId CaptureCheckIn(string monitorSlug, CheckInStatus status, SentryId? sentryId = null, TimeSpan? duration = null, + Scope? scope = null) + { + throw new NotImplementedException(); + } + public SentryId CaptureCheckIn(string monitorSlug, CheckInStatus status, SentryId? sentryId = null) { throw new NotImplementedException();