From 54f83ec150d877b814927bb7eec5ab015bfb8531 Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Wed, 9 Oct 2024 19:44:05 +0200 Subject: [PATCH] Mark breadcrumb handler as optional --- docs/platforms/php/guides/symfony/integrations/monolog.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/platforms/php/guides/symfony/integrations/monolog.mdx b/docs/platforms/php/guides/symfony/integrations/monolog.mdx index 2fb59d15ff7e5..9168f7fb71a03 100644 --- a/docs/platforms/php/guides/symfony/integrations/monolog.mdx +++ b/docs/platforms/php/guides/symfony/integrations/monolog.mdx @@ -12,7 +12,7 @@ sentry: register_error_handler: false # Disables the ErrorListener, ExceptionListener and FatalErrorListener integrations of the base PHP SDK services: - # Configure the breadcrumb handler as a service + # (Optionally) Configure the breadcrumb handler as a service (needed for the breadcrumb Monolog handler) Sentry\Monolog\BreadcrumbHandler: arguments: - '@Sentry\State\HubInterface' @@ -20,7 +20,7 @@ services: monolog: handlers: - # Register the breadcrumb handler as a Monolog handler + # (Optionally) Register the breadcrumb handler as a Monolog handler sentry_breadcrumbs: type: service name: sentry_breadcrumbs