File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,11 @@ export interface StartSpanOptions {
3535 * If set to true, always start a standalone span which will be sent as a
3636 * standalone span envelope instead of a transaction envelope.
3737 *
38- * @experimental this option is currently experimental and should only be
38+ * @internal this option is currently experimental and should only be
3939 * used within SDK code. It might be removed or changed in the future.
4040 * The payload ("envelope") of the resulting request sending the span to
4141 * Sentry might change at any time.
4242 *
43- * @private
4443 * @hidden
4544 */
4645 standalone ?: boolean ;
@@ -51,10 +50,9 @@ export interface StartSpanOptions {
5150 *
5251 * If `standalone` is not set to `true`, this option has no effect.
5352 *
54- * @experimental this option is currently experimental and should only be
53+ * @internal this option is currently experimental and should only be
5554 * used within SDK code. It might be removed or changed in the future.
5655 *
57- * @private
5856 * @hidden
5957 */
6058 segment ?: boolean ;
You can’t perform that action at this time.
0 commit comments