Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

### Dependencies

- Bump .NET SDK from v6.5.0-33-g0140be0a to v6.6.0 ([#2761](https://github.com/getsentry/sentry-unity/pull/2761))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#660)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/6.5.0-33-g0140be0a...6.6.0)
- Bump .NET SDK from v6.5.0-33-g0140be0a to v6.7.0 ([#2761](https://github.com/getsentry/sentry-unity/pull/2761), [#2762](https://github.com/getsentry/sentry-unity/pull/2762))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#670)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/6.5.0-33-g0140be0a...6.7.0)

## 4.7.0

Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "10.0.203",
"workloadVersion": "10.0.203",
"version": "10.0.301",
"workloadVersion": "10.0.301",
"rollForward": "disable",
"allowPrerelease": false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private void ProcessStructuredLog(string message, LogType logType)
_hub.GetTraceIdAndSpanId(out var traceId, out var spanId);
SentryLog log = new(_clock.GetUtcNow(), traceId, ToLogLevel(logType), message) { SpanId = spanId };

log.SetDefaultAttributes(_options, UnitySdkInfo.Sdk);
log.SetDefaultAttributes(_options, _hub.GetScope(), UnitySdkInfo.Sdk);
log.SetOrigin("auto.log.unity");

_hub.Logger.CaptureLog(log);
Expand Down
2 changes: 1 addition & 1 deletion src/sentry-dotnet
Submodule sentry-dotnet updated 119 files
Loading