File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,11 @@ export interface StartSpanOptions {
35
35
* If set to true, always start a standalone span which will be sent as a
36
36
* standalone span envelope instead of a transaction envelope.
37
37
*
38
- * @experimental this option is currently experimental and should only be
38
+ * @internal this option is currently experimental and should only be
39
39
* used within SDK code. It might be removed or changed in the future.
40
40
* The payload ("envelope") of the resulting request sending the span to
41
41
* Sentry might change at any time.
42
42
*
43
- * @private
44
43
* @hidden
45
44
*/
46
45
standalone ?: boolean ;
@@ -51,10 +50,9 @@ export interface StartSpanOptions {
51
50
*
52
51
* If `standalone` is not set to `true`, this option has no effect.
53
52
*
54
- * @experimental this option is currently experimental and should only be
53
+ * @internal this option is currently experimental and should only be
55
54
* used within SDK code. It might be removed or changed in the future.
56
55
*
57
- * @private
58
56
* @hidden
59
57
*/
60
58
segment ?: boolean ;
You can’t perform that action at this time.
0 commit comments