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
@@ -18,7 +17,6 @@ final class SentryAppLaunchProfilingTests: XCTestCase {
18
17
}
19
18
20
19
// MARK: continuous profiling v2
21
-
@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.")
/// Validate stopping behavior of launch profiles that run with one set of configured options, where the SDK is started on that launch with a different set of options, to validate that the configured options persisted to disk from the previous launch are the ones used to determine how/when to stop the profiler, and not the new options currently in memory
8
-
@available(*, deprecated, message:"This is only marked as deprecated because it must still test some deprecated profiling APIs, but the deprecation warnings are converted to errors in our test targets. Once the deprecated API are removed, this can also be removed.")
@@ -22,7 +21,6 @@ final class SentryAppStartProfilingConfigurationChangeTests: XCTestCase {
22
21
23
22
#if !os(macOS)
24
23
// MARK: configuring launch profiling with TTFD disabled, then launching with it enabled (iOS-only)
25
-
@available(*, deprecated, message:"This is only marked as deprecated because it must still test some deprecated profiling APIs, but the deprecation warnings are converted to errors in our test targets. Once the deprecated API are removed, this can also be removed.")
// MARK: configuring launch profiling with TTFD enabled, then launching with it disabled (iOS-only)
194
-
@available(*, deprecated, message:"This is only marked as deprecated because it must still test some deprecated profiling APIs, but the deprecation warnings are converted to errors in our test targets. Once the deprecated API are removed, this can also 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.")
@@ -243,7 +242,6 @@ final class SentryContinuousProfilerTests: XCTestCase {
243
242
}
244
243
}
245
244
246
-
@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