diff --git a/src/platforms/common/configuration/options.mdx b/src/platforms/common/configuration/options.mdx
index 91fc6f1e0f158..f4cad39b8dead 100644
--- a/src/platforms/common/configuration/options.mdx
+++ b/src/platforms/common/configuration/options.mdx
@@ -982,6 +982,24 @@ This option is enabled by default.
+
+
+When enabled, the source location will be added to database queries.
+
+This option is disabled by default.
+
+
+
+
+
+The threshold in milliseconds for adding the source location to database queries. The query location will be added to the query for queries slower than the specified threshold.
+
+You need to set `enable_db_query_source` to `True` for this to work.
+
+Default is `100` ms.
+
+
+