Skip to content

Commit c2614c9

Browse files
chore(deps): update .NET SDK to v6.0.0 (#2456)
1 parent e8a11cd commit c2614c9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
### Dependencies
66

7+
- Bump .NET SDK from v6.0.0-rc.1-3-g7cabf7c5 to v6.0.0 ([#2456](https://github.com/getsentry/sentry-unity/pull/2456))
8+
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#600)
9+
- [diff](https://github.com/getsentry/sentry-dotnet/compare/6.0.0-rc.1-3-g7cabf7c5...6.0.0)
710
- Bump Cocoa SDK from v9.0.0 to v9.1.0 ([#2454](https://github.com/getsentry/sentry-unity/pull/2454))
811
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#910)
912
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.0.0...9.1.0)

src/Sentry.Unity/Integrations/UnityApplicationLoggingIntegration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ private void ProcessStructuredLog(string message, LogType logType)
130130
_options.LogDebug("Capturing structured log message of type '{0}'.", logType);
131131

132132
SentryLog.GetTraceIdAndSpanId(_hub, out var traceId, out var spanId);
133-
SentryLog log = new(_clock.GetUtcNow(), traceId, ToLogLevel(logType), message) { ParentSpanId = spanId };
133+
SentryLog log = new(_clock.GetUtcNow(), traceId, ToLogLevel(logType), message) { SpanId = spanId };
134134

135135
log.SetDefaultAttributes(_options, UnitySdkInfo.Sdk);
136136
log.SetOrigin("auto.log.unity");

src/sentry-dotnet

Submodule sentry-dotnet updated 164 files

0 commit comments

Comments
 (0)