Skip to content

Commit 4c454d4

Browse files
committed
jsdoc
1 parent ca3761b commit 4c454d4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/types/src/startSpanOptions.ts

+2-4
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)