Skip to content

Commit f97cb71

Browse files
chore(deps): update .NET SDK to v5.6.0 (#2126)
1 parent bde8b9e commit f97cb71

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
- 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))
2525
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2430)
2626
- [diff](https://github.com/getsentry/sentry-cli/compare/2.42.2...2.43.0)
27-
- Bump .NET SDK from v5.2.0 to v5.5.1 ([#2067](https://github.com/getsentry/sentry-unity/pull/2067), [#2093](https://github.com/getsentry/sentry-unity/pull/2093), [#2102](https://github.com/getsentry/sentry-unity/pull/2102))
28-
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#551)
29-
- [diff](https://github.com/getsentry/sentry-dotnet/compare/5.2.0...5.5.1)
27+
- Bump .NET SDK from v5.2.0 to v5.6.0 ([#2067](https://github.com/getsentry/sentry-unity/pull/2067), [#2093](https://github.com/getsentry/sentry-unity/pull/2093), [#2102](https://github.com/getsentry/sentry-unity/pull/2102), [#2126](https://github.com/getsentry/sentry-unity/pull/2126))
28+
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#560)
29+
- [diff](https://github.com/getsentry/sentry-dotnet/compare/5.2.0...5.6.0)
3030
- Bump Native SDK from v0.8.1 to v0.8.4 ([#2077](https://github.com/getsentry/sentry-unity/pull/2077), [#2087](https://github.com/getsentry/sentry-unity/pull/2087), [#2117](https://github.com/getsentry/sentry-unity/pull/2117))
3131
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#084)
3232
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.1...0.8.4)

src/Sentry.Unity/SentryUnitySDK.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ private SentryUnitySdk(SentryUnityOptions options)
5151

5252
unitySdk._dotnetSdk = SentrySdk.Init(options);
5353

54-
// For now, we're creating a new trace after initializing to be able to tie errors and crashes together on all
55-
// layers. To be able to regenerate new traces based on some mechanism, this will move into some sort of
56-
// integration i.e. scene manager.
57-
SentrySdk.SetTrace(SentryId.Create(), SpanId.Create());
58-
5954
if (options.NativeContextWriter is { } contextWriter)
6055
{
6156
SentrySdk.ConfigureScope((scope) =>

src/sentry-dotnet

Submodule sentry-dotnet updated 44 files

0 commit comments

Comments
 (0)