File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
src/platforms/javascript/common/performance/instrumentation Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -118,20 +118,8 @@ This option flags transactions when tabs are moved to the background with "cance
118
118
119
119
The default is ` true ` .
120
120
121
- ### \_ experiments
121
+ ### enableLongTask
122
122
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.
136
124
137
125
The default is ` true ` .
You can’t perform that action at this time.
0 commit comments