@@ -543,9 +543,7 @@ typedef void (^SentryProfilingConfigurationBlock)(SentryProfileOptions *_Nonnull
543543 * @c SentryProfileOptions.startOnAppStart and @c SentryProfileOptions.lifecycle .
544544 * @note Profiling is automatically disabled if a thread sanitizer is attached.
545545 */
546- @property (nonatomic, assign) BOOL enableAppLaunchProfiling DEPRECATED_MSG_ATTRIBUTE (
547- " This property will be removed in a future version of the SDK. See startProfilerOnAppStart and "
548- " profileLifecycle." );
546+ @property (nonatomic, assign) BOOL enableAppLaunchProfiling;
549547
550548/* *
551549 * @note Profiling is not supported on watchOS or tvOS.
@@ -572,8 +570,7 @@ typedef void (^SentryProfilingConfigurationBlock)(SentryProfileOptions *_Nonnull
572570 * @warning This property is deprecated and will be removed in a future version of the SDK. See
573571 * @c SentryProfileOptions.sessionSampleRate.
574572 */
575- @property (nullable, nonatomic, strong) NSNumber *profilesSampleRate DEPRECATED_MSG_ATTRIBUTE (
576- " This property will be removed in a future version of the SDK. See profileSessionSampleRate." );
573+ @property (nullable, nonatomic, strong) NSNumber *profilesSampleRate;
577574
578575/* *
579576 * @note Profiling is not supported on watchOS or tvOS.
@@ -587,10 +584,7 @@ typedef void (^SentryProfilingConfigurationBlock)(SentryProfileOptions *_Nonnull
587584 * @warning This property is deprecated and will be removed in a future version of the SDK. See
588585 * @c SentryProfileOptions.sessionSampleRate .
589586 */
590- @property (nullable, nonatomic)
591- SentryTracesSamplerCallback profilesSampler NS_SWIFT_SENDABLE DEPRECATED_MSG_ATTRIBUTE (
592- " This property will be removed in a future version of the SDK. See "
593- " profileSessionSampleRate." );
587+ @property (nullable, nonatomic) SentryTracesSamplerCallback profilesSampler NS_SWIFT_SENDABLE;
594588
595589/* *
596590 * If profiling should be enabled or not.
@@ -603,8 +597,7 @@ typedef void (^SentryProfilingConfigurationBlock)(SentryProfileOptions *_Nonnull
603597 * @note Profiling is automatically disabled if a thread sanitizer is attached.
604598 * @warning This property is deprecated and will be removed in a future version of the SDK.
605599 */
606- @property (nonatomic, assign, readonly) BOOL isProfilingEnabled DEPRECATED_MSG_ATTRIBUTE (
607- " This property will be removed in a future version of the SDK. See profileLifecycle." );
600+ @property (nonatomic, assign, readonly) BOOL isProfilingEnabled;
608601
609602/* *
610603 * @brief Whether to enable the sampling profiler.
0 commit comments