From 7791a7f938ba5741a2177ac27c03f58fc670a389 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 22 Aug 2026 10:45:52 +0000 Subject: [PATCH] Add missing enable_metrics option to init() docblock --- src/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions.php b/src/functions.php index ecbc8a349..019c68f0c 100644 --- a/src/functions.php +++ b/src/functions.php @@ -34,6 +34,7 @@ * default_integrations?: bool, * dsn?: string|bool|Dsn|null, * enable_logs?: bool, + * enable_metrics?: bool, * environment?: string|null, * error_types?: int|null, * http_client?: HttpClientInterface|null,