@@ -351,7 +351,6 @@ NS_SWIFT_NAME(Options)
351351
352352#if SENTRY_TARGET_PROFILING_SUPPORTED
353353/* *
354- * @warning This is a beta feature and may still have bugs.
355354 * @note Profiling is not supported on watchOS or tvOS.
356355 * Indicates the percentage profiles being sampled out of the sampled transactions.
357356 * @note The default is @c 0.
@@ -364,7 +363,6 @@ NS_SWIFT_NAME(Options)
364363@property (nullable, nonatomic, strong) NSNumber *profilesSampleRate;
365364
366365/* *
367- * @warning This is a beta feature and may still have bugs.
368366 * @note Profiling is not supported on watchOS or tvOS.
369367 * A callback to a user defined profiles sampler function. This is similar to setting
370368 * @c profilesSampleRate but instead of a static value, the callback function will be called to
@@ -373,15 +371,13 @@ NS_SWIFT_NAME(Options)
373371@property (nullable, nonatomic) SentryTracesSamplerCallback profilesSampler;
374372
375373/* *
376- * @warning This is a beta feature and may still have bugs.
377374 * @note Profiling is not supported on watchOS or tvOS.
378375 * If profiling should be enabled or not. Returns @c YES if either a profilesSampleRate > @c 0 and
379376 * \<= @c 1 or a profilesSampler is set otherwise @c NO.
380377 */
381378@property (nonatomic, assign, readonly) BOOL isProfilingEnabled;
382379
383380/* *
384- * @warning This is a beta feature and may still have bugs.
385381 * @brief Whether to enable the sampling profiler.
386382 * @note Profiling is not supported on watchOS or tvOS.
387383 * @deprecated Use @c profilesSampleRate instead. Setting @c enableProfiling to @c YES is the
0 commit comments