Skip to content

Commit f4a2e8b

Browse files
committed
merged
2 parents 7953bd7 + 16e21d8 commit f4a2e8b

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
### Dependencies
1414

15-
- Bump Cocoa SDK from v8.45.0 to v8.48.0 ([#2063](https://github.com/getsentry/sentry-unity/pull/2063), [#2071](https://github.com/getsentry/sentry-unity/pull/2071))
16-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8480)
17-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.45.0...8.48.0)
15+
- Bump Cocoa SDK from v8.45.0 to v8.49.0 ([#2063](https://github.com/getsentry/sentry-unity/pull/2063), [#2071](https://github.com/getsentry/sentry-unity/pull/2071), [#2105](https://github.com/getsentry/sentry-unity/pull/2105))
16+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8490)
17+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.45.0...8.49.0)
1818
- Bump Java SDK from v8.3.0 to v8.7.0 ([#2066](https://github.com/getsentry/sentry-unity/pull/2066), [#2075](https://github.com/getsentry/sentry-unity/pull/2075), [#2092](https://github.com/getsentry/sentry-unity/pull/2092), [#2103](https://github.com/getsentry/sentry-unity/pull/2103))
1919
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#870)
2020
- [diff](https://github.com/getsentry/sentry-java/compare/8.3.0...8.7.0)

modules/sentry-cocoa.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = 8.48.0
1+
version = 8.49.0
22
repo = https://github.com/getsentry/sentry-cocoa

src/Sentry.Unity.iOS/NativeScopeObserver.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ public override void SetUserImpl(SentryUser user) =>
2626

2727
public override void UnsetUserImpl() => SentryCocoaBridgeProxy.UnsetUser();
2828

29-
public override void SetTraceImpl(SentryId traceId, SpanId spanId)
30-
{
29+
public override void SetTraceImpl(SentryId traceId, SpanId spanId) =>
3130
SentryCocoaBridgeProxy.SetTrace(traceId.ToString(), spanId.ToString());
32-
}
3331

3432
internal static string GetTimestamp(DateTimeOffset timestamp) =>
3533
// "o": Using ISO 8601 to make sure the timestamp makes it to the bridge correctly.

0 commit comments

Comments
 (0)