Skip to content

Commit eca3af3

Browse files
committed
docs: wrap Chrome limitation in warning admonition box
1 parent b1d5fa0 commit eca3af3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

configuration/blackfire.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ For a full walkthrough, see [Profiling HTTP Requests with a Browser](https://doc
3434

3535
### Chrome limitation
3636

37-
Chrome's Manifest V3 restricts extensions from modifying outgoing request headers, which breaks the **Profile all requests** feature. This means Chrome can only profile the initial page load — it cannot capture follow-up POST requests, Ajax calls, or API requests within a session.
38-
39-
Single-page profiling (clicking **Profile** on a specific URL) still works normally in Chrome.
37+
:::{warning}
38+
Chrome's Manifest V3 restricts extensions from modifying outgoing request headers, which breaks the **Profile all requests** feature. Chrome can only profile the initial page load — it cannot capture follow-up POST requests, Ajax calls, or API requests within a session. Single-page profiling still works normally.
4039

4140
If your workflow relies on profiling all requests in a session, **use Firefox** where this feature remains fully supported. For more details, see [Announcing changes to the "Profile all requests" feature on Chrome](https://blog.blackfire.io/announcing-changes-to-the-profile-all-requests-feature-on-chrome.html) on the Blackfire blog.
41+
:::

0 commit comments

Comments
 (0)