Skip to content

Commit f16e148

Browse files
committed
merged main
2 parents fa68abf + 3e02634 commit f16e148

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
- Bump CLI from v2.42.2 to v2.43.0 ([#2065](https://github.com/getsentry/sentry-unity/pull/2065), [#2082](https://github.com/getsentry/sentry-unity/pull/2082), [#2085](https://github.com/getsentry/sentry-unity/pull/2085))
2020
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2430)
2121
- [diff](https://github.com/getsentry/sentry-cli/compare/2.42.2...2.43.0)
22-
- Bump .NET SDK from v5.2.0 to v5.4.0 ([#2067](https://github.com/getsentry/sentry-unity/pull/2067))
23-
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#540)
24-
- [diff](https://github.com/getsentry/sentry-dotnet/compare/5.2.0...5.4.0)
22+
- Bump .NET SDK from v5.2.0 to v5.5.0 ([#2067](https://github.com/getsentry/sentry-unity/pull/2067), [#2093](https://github.com/getsentry/sentry-unity/pull/2093))
23+
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#550)
24+
- [diff](https://github.com/getsentry/sentry-dotnet/compare/5.2.0...5.5.0)
2525
- Bump Native SDK from v0.8.1 to v0.8.3 ([#2077](https://github.com/getsentry/sentry-unity/pull/2077), [#2087](https://github.com/getsentry/sentry-unity/pull/2087))
2626
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#083)
2727
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.1...0.8.3)

src/sentry-dotnet

Submodule sentry-dotnet updated 124 files

test/Sentry.Unity.Tests/IntegrationTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public IEnumerator DebugLogException_IsMarkedUnhandled()
210210
{
211211
yield return SetupSceneCoroutine("1_BugFarm");
212212

213-
var expectedMechanism = "\"mechanism\":{\"type\":\"Unity.LogException\",\"handled\":false}}]}";
213+
var expectedMechanism = "\"mechanism\":{\"type\":\"Unity.LogException\",\"handled\":false";
214214
using var _ = InitSentrySdk();
215215
var testBehaviour = new GameObject("TestHolder").AddComponent<TestMonoBehaviour>();
216216

0 commit comments

Comments
 (0)