Skip to content

Commit f6877b3

Browse files
roggenkemperbitsandfoxes
authored andcommitted
fix(detectors): Update Consecutive HTTP page (#14208)
updates the consecutive http detector page to better reflect what the detector does
1 parent 27e22c9 commit f6877b3

File tree

1 file changed

+1
-1
lines changed
  • docs/product/issues/issue-details/performance-issues/consecutive-http

1 file changed

+1
-1
lines changed

docs/product/issues/issue-details/performance-issues/consecutive-http/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The detector for this performance issue looks for a set of sequential, non-overl
1919
Once this sequence is found, the following must hold true for each HTTP span:
2020

2121
- The HTTP method must be a GET, POST, DELETE, PUT, or PATCH
22-
- The HTTP URL must not begin with \_next/static/ or \_next/data/
22+
- The HTTP URL must not contain `\_next/static/` , `\_next/data/` , or `googleapis.com`
2323

2424
Once these spans are found, the following must also hold true:
2525

0 commit comments

Comments
 (0)