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
@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:"App launch profiling is deprecated in favor of continuous profiling.")
98
101
extensionSentryAppLaunchProfilingTests{
99
102
// test that if a launch trace profiler is running and SentryTimeToDisplayTracker reports the app had its initial frame drawn and isn't waiting for full drawing, that the profile is stopped
@available(*, deprecated, message:"Continuos profiling V1 is deprecated.")
208
213
extensionSentryAppLaunchProfilingTests{
209
214
// test that if a launch continuous profiler is running and SentryTimeToDisplayTracker reports the app is fully drawn, that the profiler continues running
@available(*, deprecated, message:"This is only deprecated because SentryAppLaunchProfilingTests is deprecated. Once trace based and continuous profiling v1 is removed this deprecation can be removed.")
@available(*, deprecated, message:"This is only deprecated because SentryAppLaunchProfilingTests is deprecated. Once trace based and continuous profiling v1 is removed this deprecation can be removed.")
Copy file name to clipboardExpand all lines: Tests/SentryProfilerTests/SentryAppStartProfilingConfigurationTests.swift
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ final class SentryAppStartProfilingConfigurationTests: XCTestCase {
28
28
}
29
29
}
30
30
31
+
@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 profilesSampleRate is marked as deprecated. Once that is removed this can be removed.")
@@ -206,6 +207,7 @@ final class SentryContinuousProfilerTests: XCTestCase {
206
207
}
207
208
}
208
209
210
+
@available(*, deprecated, message:"This is only marked as deprecated because profilesSampleRate is marked as deprecated. Once that is removed this can be removed.")
@available(*, deprecated, message:"This is only marked as deprecated because profilesSampleRate is marked as deprecated. Once that is removed this can be removed.")
0 commit comments