Skip to content

Commit df19885

Browse files
authored
docs: remove beta warnings for profiling (#3027)
Profiling is now a GA feature.
1 parent e84bc3f commit df19885

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/Sentry/Public/SentryOptions.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)