You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
5
5
This version introduces a dependency on Swift, which only impacts you if you don't use Swift. If your project uses Swift already, this change will not affect you.
6
6
7
+
### Breaking Changes
8
+
9
+
- Mark [SpanProtocol setExtraValue:forKey] as deprecated (#2413)
Copy file name to clipboardExpand all lines: Tests/SentryTests/Transaction/SentrySpanTests.swift
+7-14Lines changed: 7 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -185,10 +185,10 @@ class SentrySpanTests: XCTestCase {
185
185
XCTAssertFalse(logOutput.loggedMessages.filter({ $0.contains(" Starting a child on a finished span is not supported; it won\'t be sent to Sentry.")}).isEmpty)
0 commit comments