From 3c2ed5f36f039d70a46cde44d4aa85c7ce434058 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Wed, 18 Jan 2023 12:12:54 +0100 Subject: [PATCH] feat: Update `enableLongTask` docs --- .../automatic-instrumentation.mdx | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/src/platforms/javascript/common/performance/instrumentation/automatic-instrumentation.mdx b/src/platforms/javascript/common/performance/instrumentation/automatic-instrumentation.mdx index 24782e9c89f38..3b15b92db71be 100644 --- a/src/platforms/javascript/common/performance/instrumentation/automatic-instrumentation.mdx +++ b/src/platforms/javascript/common/performance/instrumentation/automatic-instrumentation.mdx @@ -118,20 +118,8 @@ This option flags transactions when tabs are moved to the background with "cance The default is `true`. -### \_experiments +### enableLongTask -This is an object containing experimental flags for features that haven't yet landed in a new major version and might include breaking changes. - -The default is - -``` -{ - enableLongTasks: true -} -``` - -#### \_experiments.enableLongTasks - -This experimental option determines whether spans for long tasks automatically get created. +This option determines whether spans for long tasks automatically get created. The default is `true`.