Skip to content

Commit 72abebf

Browse files
authored
feat: Update enableLongTask docs (#6104)
1 parent 38a36e0 commit 72abebf

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

src/platforms/javascript/common/performance/instrumentation/automatic-instrumentation.mdx

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -118,20 +118,8 @@ This option flags transactions when tabs are moved to the background with "cance
118118

119119
The default is `true`.
120120

121-
### \_experiments
121+
### enableLongTask
122122

123-
This is an object containing experimental flags for features that haven't yet landed in a new major version and might include breaking changes.
124-
125-
The default is
126-
127-
```
128-
{
129-
enableLongTasks: true
130-
}
131-
```
132-
133-
#### \_experiments.enableLongTasks
134-
135-
This experimental option determines whether spans for long tasks automatically get created.
123+
This option determines whether spans for long tasks automatically get created.
136124

137125
The default is `true`.

0 commit comments

Comments
 (0)