Skip to content

Commit e1abafe

Browse files
authored
chore: Bumping .NET SDK to 5.7.0-beta.0 (#2152)
1 parent 21c9d56 commit e1abafe

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
- Bump Java SDK from v8.9.0 to v8.11.1 ([#2135](https://github.com/getsentry/sentry-unity/pull/2135), [#2140](https://github.com/getsentry/sentry-unity/pull/2140))
2121
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8111)
2222
- [diff](https://github.com/getsentry/sentry-java/compare/8.9.0...8.11.1)
23+
- Bump .NET SDK from v5.6.0 to v5.7.0-beta.0 ([#2152](https://github.com/getsentry/sentry-unity/pull/2152))
24+
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#570-beta0)
25+
- [diff](https://github.com/getsentry/sentry-dotnet/compare/5.6.0...5.7.0-beta0)
2326

2427
## 3.2.1
2528

src/sentry-dotnet

Submodule sentry-dotnet updated 44 files

test/Sentry.Unity.Tests/Stubs/TestHub.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,9 @@ public SentryId CaptureEvent(SentryEvent evt, SentryHint? hint, Action<Scope> co
172172
{
173173
throw new NotImplementedException();
174174
}
175+
176+
public void CaptureFeedback(SentryFeedback feedback, Action<Scope> configureScope, SentryHint? hint = null)
177+
{
178+
throw new NotImplementedException();
179+
}
175180
}

0 commit comments

Comments
 (0)