Skip to content

Commit 9144f49

Browse files
committed
Docs.
1 parent 067a067 commit 9144f49

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

classes/Backtrace.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ public function filter_trace( array $frame ) {
427427
/**
428428
* Filters which namespaces to ignore when constructing user-facing call stacks.
429429
*
430-
* @since 3.18.1
430+
* @since 3.19.0
431431
*
432432
* @param array<string, bool> $ignore_namespace Array of namespace names to ignore. The array keys are namespace names to ignore,
433433
* the array values are whether to ignore the namespace (usually true).

collectors/http.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public function process() {
390390
/**
391391
* Log a Guzzle HTTP request.
392392
*
393-
* @since 3.18.1
393+
* @since 3.19.0
394394
*
395395
* @param \Psr\Http\Message\RequestInterface $request The Guzzle request object.
396396
* @param \Psr\Http\Message\ResponseInterface|null $response The Guzzle response object, or null if an exception occurred.
@@ -474,7 +474,7 @@ public function log_guzzle_request( $request, $response, $exception, string $url
474474
* $stack->push( QM_Collector_HTTP::guzzle_middleware() );
475475
* $client = new Client( [ 'handler' => $stack ] );
476476
*
477-
* @since 3.18.1
477+
* @since 3.19.0
478478
*
479479
* @return callable Guzzle middleware callable.
480480
*/

docs/wordpress-debugging/guzzle-http-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Debugging Guzzle HTTP Requests
22

33
::: tip New
4-
This feature is new in Query Monitor 3.18.1
4+
This feature is new in Query Monitor 3.19.0
55
:::
66

77
Query Monitor can log HTTP requests made with the [Guzzle HTTP client library](https://docs.guzzlephp.org/), a popular PHP HTTP client used by many WordPress plugins and applications. Since Guzzle bypasses WordPress's HTTP API, these requests don't normally appear in Query Monitor's HTTP panel. The Guzzle middleware solves this problem.

0 commit comments

Comments
 (0)