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: SentryTestUtilsTests/TestConstantTests.swift
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,6 @@ class TestConstantTests: XCTestCase {
98
98
XCTAssertEqual(sdkEvent.timestamp, date)
99
99
}
100
100
101
-
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
Copy file name to clipboardExpand all lines: SentryTestUtilsTests/TestFileManagerTests.swift
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,6 @@ class TestFileManagerTests: XCTestCase {
45
45
sut =try fixture.getSut()
46
46
}
47
47
48
-
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
Copy file name to clipboardExpand all lines: Tests/SentryTests/Helper/SentryEnabledFeaturesBuilderTests.swift
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
@_spi(Private)@testableimport Sentry
2
2
import XCTest
3
3
4
-
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
92
89
func testEnvelopeWithData_WithManyItems()throws{
93
90
// Arrange
94
91
letitemsCount=15
@@ -127,7 +124,6 @@ class SentrySerializationTests: XCTestCase {
127
124
}
128
125
}
129
126
130
-
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
@@ -627,7 +620,6 @@ class SentrySerializationTests: XCTestCase {
627
620
XCTAssertNil(actual)
628
621
}
629
622
630
-
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
Copy file name to clipboardExpand all lines: Tests/SentryTests/Networking/RateLimits/SentryEnvelopeRateLimitTests.swift
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ class SentryEnvelopeRateLimitTests: XCTestCase {
19
19
sut.setDelegate(delegate)
20
20
}
21
21
22
-
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
23
22
func testNoLimitsActive(){
24
23
letenvelope=getEnvelope()
25
24
@@ -28,7 +27,6 @@ class SentryEnvelopeRateLimitTests: XCTestCase {
28
27
XCTAssertEqual(envelope, actual)
29
28
}
30
29
31
-
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
32
30
func testLimitForErrorActive(){
33
31
rateLimits.rateLimits =[SentryDataCategory.error]
34
32
@@ -46,7 +44,6 @@ class SentryEnvelopeRateLimitTests: XCTestCase {
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
Copy file name to clipboardExpand all lines: Tests/SentryTests/Networking/SentryHttpTransportFlushIntegrationTests.swift
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@ final class SentryHttpTransportFlushIntegrationTests: XCTestCase {
25
25
XCTAssertLessThan(blockingDurationAverage,0.1)
26
26
}
27
27
28
-
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
@@ -52,7 +51,6 @@ final class SentryHttpTransportFlushIntegrationTests: XCTestCase {
52
51
XCTAssertLessThan(blockingDurationAverage,0.1)
53
52
}
54
53
55
-
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
@@ -68,7 +66,6 @@ final class SentryHttpTransportFlushIntegrationTests: XCTestCase {
68
66
}
69
67
}
70
68
71
-
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
@@ -89,7 +86,6 @@ final class SentryHttpTransportFlushIntegrationTests: XCTestCase {
89
86
XCTAssertEqual(sut.flush(self.flushTimeout),.success,"Flush should not time out.")
90
87
}
91
88
92
-
@available(*, deprecated, message:"This is only marked as deprecated because enableAppLaunchProfiling is marked as deprecated. Once that is removed this can be removed.")
0 commit comments