Error 500 Internal Server Error

GET https://mfg-6-7.dev.shopware.data-blue.de/detail/462d86444b39492c988d3851e68ec411

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
navigationId
"595e2d4ec32c414fbc4c423ce81ce85e"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"6aaZGvL2XZw="
_route_params
[]
_stopwatch_token
"0194eb"
exception
Shopware\Storefront\Controller\Exception\StorefrontException {#7223
  #message: "Can not render @Datablue/storefront/component/review/review-item.html.twig view: Unknown "author" filter. with these parameters: {"headerParameters":[],"footerParameters":[],"appShopId":"QAY2bv7wtjggjsfW","themeIconConfig":[]}"
  #code: 0
  #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/Datablue/src/Resources/views/storefront/component/review/review-item.html.twig"
  #line: 5
  -previous: Twig\Error\SyntaxError {#18212 …}
  -statusCode: 500
  -headers: []
  #parameters: [
    "message" => "Unknown "author" filter."
    "view" => "@Datablue/storefront/component/review/review-item.html.twig"
    "parameters" => "{"headerParameters":[],"footerParameters":[],"appShopId":"QAY2bv7wtjggjsfW","themeIconConfig":[]}"
  ]
  #statusCode: 500
  #errorCode: "STOREFRONT__CAN_NOT_RENDER_VIEW"
  trace: {
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/Datablue/src/Resources/views/storefront/component/review/review-item.html.twig:5 {
      Shopware\Storefront\Controller\Exception\StorefrontException::renderViewException(string $view, Error $error, array $parameters): self …
      › <div class="col-12 product-detail-review-item-author">    <p><small>{{ review.createdAt|author }}</small></p></div>
    }
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php:270 {
      Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
      › } catch (LoaderError|RuntimeError|SyntaxError $e) {    throw StorefrontException::renderViewException($view, $e, $parameters);}
    }
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php:279 {
      Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);}
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php:84 {
      Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
      › 
      › $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));}
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Profiling/Profiler.php:67 {
      Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
      › 
      ›     $result = $closure();} finally {
    }
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php:84 {
      Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
      › 
      › $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));}
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/ProductController.php:57 {
      Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
      › 
      ›     return $this->renderStorefront('@Storefront/storefront/page/content/product-detail.html.twig', ['page' => $page]);}
    }
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
      Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return parent::handle($request, $type, $catch);}
    }
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
      Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
      › try {    return $kernel->handle($request, $type, $catch);} finally {
    }
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
      › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
      › 
      › $response = $this->forward($subRequest, $catch);}
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
      › 
      ›     return $this->fetch($request, $catch);}
    }
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
    }
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
      Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
    }
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
      Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
    }
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
        "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1231
  -records: [
    "" => [
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.420+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.420+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.451+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.451+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.451+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.453+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FieldSerializerInterface" interface is considered internal. It may change without further notice. You should not use it from "SwagSocialShopping\DataAbstractionLayer\FieldSerializer\FkFieldSerializerDecorator"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1493
            #message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\FieldSerializerInterface" interface is considered internal. It may change without further notice. You should not use it from "SwagSocialShopping\DataAbstractionLayer\FieldSerializer\FkFieldSerializerDecorator"."
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::getFkFieldSerializerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/dependency-injection/Container.php:223 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › } elseif (isset($container->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/DataAbstractionLayer/DefinitionInstanceRegistry.php:103 {
                Shopware\Core\Framework\DataAbstractionLayer\DefinitionInstanceRegistry->getSerializer(string $serializerClass): FieldSerializerInterface …
                › {    $fieldSerializer = $this->container->get($serializerClass);    \assert($fieldSerializer instanceof FieldSerializerInterface);
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/DataAbstractionLayer/Field/Field.php:193 {
                Shopware\Core\Framework\DataAbstractionLayer\Field\Field->initLazy(): void …
                › 
                › $this->serializer = $this->registry->getSerializer($this->getSerializerClass());}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/DataAbstractionLayer/Field/Field.php:140 {
                Shopware\Core\Framework\DataAbstractionLayer\Field\Field->getResolver() …
                › {    $this->initLazy();}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/CriteriaPartResolver.php:239 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\CriteriaPartResolver->resolveField(CriteriaPartInterface $criteriaPart, string $accessor, EntityDefinition $definition, QueryBuilder $query, Context $context): void …
                › 
                › $resolver = $field->getResolver();if ($resolver === null) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/FieldResolver/CriteriaPartResolver.php:57 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\CriteriaPartResolver->resolve(array $parts, EntityDefinition $definition, QueryBuilder $query, Context $context): void …
                ›     }    $this->resolveField($part, $accessor, $definition, $query, $context);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryBuilder.php:60 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder->build(QueryBuilder $query, EntityDefinition $definition, Criteria $criteria, Context $context, array $paths = []): QueryBuilder …
                › 
                › $this->criteriaPartResolver->resolve($filters, $definition, $query, $context);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:298 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->fetch(Criteria $criteria, EntityDefinition $definition, Context $context, FieldCollection $fields, array $partial = []): array …
                › 
                › $query = $this->criteriaQueryBuilder->build(    new QueryBuilder($this->connection),
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:133 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false, array $partial = []): EntityCollection …
                › 
                › $rows = $this->fetch($criteria, $definition, $context, $fields, $partial);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:76 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->read(EntityDefinition $definition, Criteria $criteria, Context $context): EntityCollection …
                › 
                › return $this->_read(    $criteria,
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:207 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
                › /** @var TEntityCollection $entities */$entities = $this->reader->read($this->definition, $criteria, $context);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:235 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
                › );$entities = $this->read($criteria, $context);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:65 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
                › if (!$criteria->getTitle()) {    return $this->_search($criteria, $context);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/DreiscSeoPro/src/Core/Foundation/Dal/EntityRepository.php:186 {
                DreiscSeoPro\Core\Foundation\Dal\EntityRepository->search(Criteria $criteria, ?Context $context = null, $disableCache = false): EntitySearchResult …
                › 
                ›     return $this->repository->search($criteria, $context);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/DreiscSeoPro/src/Core/Content/DreiscSeoRedirect/DreiscSeoRedirectRepository.php:99 {
                DreiscSeoPro\Core\Content\DreiscSeoRedirect\DreiscSeoRedirectRepository->getSourceTypeProductByProductId(string $productId): DreiscSeoRedirectEntity …
                › {    $searchResult = $this->search(        (new Criteria())->addFilter(
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/DreiscSeoPro/src/Core/Routing/Product/ProductRedirectSearcher.php:33 {
                DreiscSeoPro\Core\Routing\Product\ProductRedirectSearcher->search(Request $request, string $productId): void …
                › /** Check, if there is a redirect for this product */$dreiscSeoRedirectEntity = $this->dreiscSeoRedirectRepository->getSourceTypeProductByProductId($productId);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/DreiscSeoPro/src/Core/Routing/RequestTransformer.php:82 {
                DreiscSeoPro\Core\Routing\RequestTransformer->checkForEntityRedirects(Request $shopwareRequest): bool …
                › /** Check if there is redirect for the product */$this->productRedirectSearcher->search(    $shopwareRequest,
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/DreiscSeoPro/src/Core/Routing/RequestTransformer.php:39 {
                DreiscSeoPro\Core\Routing\RequestTransformer->transform(Request $shopwareRequest, Request $request): Request …
                › /** Check for entity redirects */$this->checkForEntityRedirects($shopwareRequest);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/DreiscSeoPro/src/Decorator/Shopware/Storefront/Routing/RequestTransformerDecorator.php:34 {
                DreiscSeoPro\Decorator\Shopware\Storefront\Routing\RequestTransformerDecorator->transform(Request $request): Request …
                ›      */    return $this->requestTransformer->transform($clone, $request);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:48 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $request = $this->requestTransformer->transform($request);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.457+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.457+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.457+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.497+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.497+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.498+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.498+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.498+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.499+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.834+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheControlListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.834+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
          "listener" => "Shopware\Storefront\Framework\Routing\CanonicalLinkListener::__invoke"
        ]
        "channel" => "event"
      ]
    ]
    1248 => [
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.530+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.530+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.573+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "frontend.detail.page"
          "route_parameters" => [
            "_route" => "frontend.detail.page"
            "_routeScope" => [
              "storefront"
            ]
            "_httpCache" => true
            "_controller" => "Shopware\Storefront\Controller\ProductController::index"
            "productId" => "462d86444b39492c988d3851e68ec411"
          ]
          "request_uri" => "https://mfg-6-7.dev.shopware.data-blue.de/detail/462d86444b39492c988d3851e68ec411"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Prems\Plugin\PremsOnePageCheckout6\Subscriber\RequestSubscriber::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "KlarnaPayment\Components\EventListener\RequestListener::addStoreApiToken"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Value3\GoogleConversion\Subscriber\VgcSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.575+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::request"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.608+00:00"
        "message" => "User Deprecated: The "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CheckoutMethodPreselect\Core\System\SalesChannel\Context\SalesChannelContextFactory"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3635
            #message: "User Deprecated: The "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CheckoutMethodPreselect\Core\System\SalesChannel\Context\SalesChannelContextFactory"."
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/ContainerXtWG9H0/Shopware_Core_KernelDevDebugContainer.php:13109 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactory2Service($container) …
                › {    $a = ($container->services['Acris\\CheckoutMethodPreselect\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? self::getSalesChannelContextFactoryService($container));}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/ContainerXtWG9H0/Shopware_Core_KernelDevDebugContainer.php:31756 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
                › {    $a = ($container->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? self::getSalesChannelContextFactory2Service($container));}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/ContainerXtWG9H0/Shopware_Core_KernelDevDebugContainer.php:41727 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::getContextResolverListenerService($container) …
                › {    $a = ($container->privates['Acris\\CheckoutMethodPreselect\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/ContainerXtWG9H0/Shopware_Core_KernelDevDebugContainer.php:18397 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::ContainerXtWG9H0\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\ContextResolverListener')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? self::getContextResolverListenerService($container)), 'resolveContext'], -10);$instance->addListener('kernel.request', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\CoreSubscriber')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? self::getCoreSubscriberService($container)), 'initializeCspNonce'], 0);
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.610+00:00"
        "message" => "User Deprecated: The "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CheckoutMethodPreselect\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1126
            #message: "User Deprecated: The "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CheckoutMethodPreselect\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory"."
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactory2Service($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/ContainerXtWG9H0/Shopware_Core_KernelDevDebugContainer.php:31756 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
                › {    $a = ($container->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? self::getSalesChannelContextFactory2Service($container));}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/ContainerXtWG9H0/Shopware_Core_KernelDevDebugContainer.php:41727 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::getContextResolverListenerService($container) …
                › {    $a = ($container->privates['Acris\\CheckoutMethodPreselect\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/ContainerXtWG9H0/Shopware_Core_KernelDevDebugContainer.php:18397 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::ContainerXtWG9H0\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\ContextResolverListener')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? self::getContextResolverListenerService($container)), 'resolveContext'], -10);$instance->addListener('kernel.request', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\CoreSubscriber')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? self::getCoreSubscriberService($container)), 'initializeCspNonce'], 0);
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.613+00:00"
        "message" => "User Deprecated: The "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CheckoutMethodPreselect\Core\System\SalesChannel\Context\SalesChannelContextService"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3545
            #message: "User Deprecated: The "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CheckoutMethodPreselect\Core\System\SalesChannel\Context\SalesChannelContextService"."
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/ContainerXtWG9H0/Shopware_Core_KernelDevDebugContainer.php:41727 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::getContextResolverListenerService($container) …
                › {    $a = ($container->privates['Acris\\CheckoutMethodPreselect\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/ContainerXtWG9H0/Shopware_Core_KernelDevDebugContainer.php:18397 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::ContainerXtWG9H0\{closure} …
                › $instance->addListener('kernel.controller', [#[\Closure(name: 'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] fn () => ($container->privates['data_collector.router'] ??= new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()), 'onKernelController'], 0);$instance->addListener('kernel.controller', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\ContextResolverListener')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\ContextResolverListener'] ?? self::getContextResolverListenerService($container)), 'resolveContext'], -10);$instance->addListener('kernel.request', [#[\Closure(name: 'Shopware\\Core\\Framework\\Routing\\CoreSubscriber')] fn () => ($container->privates['Shopware\\Core\\Framework\\Routing\\CoreSubscriber'] ?? self::getCoreSubscriberService($container)), 'initializeCspNonce'], 0);
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:96 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:69 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.640+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.640+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.640+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.648+00:00"
        "message" => "#1 Rule detection: Zahlung bei Lieferung with priority 9999 (id: 5bb6afcb46404dcc82f85ebc614a91d6)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.648+00:00"
        "message" => "#2 Rule detection: Ist keine PayPal Bestellung with priority 999 (id: 5d38223def9c48eb81e61b860ea35639)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.648+00:00"
        "message" => "#3 Rule detection: Always valid (Default) with priority 100 (id: 38054a2481424bbda4aec248a72f5fd0)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.648+00:00"
        "message" => "#4 Rule detection: Warenkorbwert größer/gleich 0 (Zahlungsarten) with priority 100 (id: 3858957016644de4ae48c0500bf3ccc8)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.648+00:00"
        "message" => "#5 Rule detection: Cart >= 0 (Payment) with priority 100 (id: 6511015d759c4aae81d8a5a0244502e1)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.648+00:00"
        "message" => "#6 Rule detection: Möbelfundgrube with priority 100 (id: 65fc62db55bd476c9c02b65572c29e2c)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.648+00:00"
        "message" => "#7 Rule detection: Cart >= 0 with priority 100 (id: 7acc2d4cf43a49aaaa68e65cd799272e)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.648+00:00"
        "message" => "#8 Rule detection: keine Abholung with priority 100 (id: 91c81f000fb44c1fb0097b2e0c4b43cb)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.648+00:00"
        "message" => "#9 Rule detection: bis 100 with priority 100 (id: 946c7991fd7141f8a6d2403884cc736b)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.648+00:00"
        "message" => "#10 Rule detection: Warenkorbwert größer/gleich 0 with priority 100 (id: e1378db7808a478f919e0d740d5d6c1a)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.648+00:00"
        "message" => "#11 Rule detection: All customers with priority 1 (id: 1580972e9034457db2a18d51daa61a87)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.648+00:00"
        "message" => "#12 Rule detection: Alle Kunden der Standard-Kundengruppe with priority 1 (id: 28caae75a5624f0d985abd0eb32aa160)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.648+00:00"
        "message" => "#13 Rule detection: Keine Barzahlung bei Speditionsversand with priority 1 (id: 70835da60f9d4bc39215c68ba7eee236)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.698+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Checkout\Gateway\SalesChannel\CheckoutGatewayRoute::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CheckoutMethodPreselect\Core\Checkout\Gateway\SalesChannel\CheckoutGatewayRoute"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4415
            #message: "User Deprecated: The "Shopware\Core\Checkout\Gateway\SalesChannel\CheckoutGatewayRoute::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Acris\CheckoutMethodPreselect\Core\Checkout\Gateway\SalesChannel\CheckoutGatewayRoute"."
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::getCheckoutGatewayRouteService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/ContainerXtWG9H0/Shopware_Core_KernelDevDebugContainer.php:6535 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$h = ($container->services['Acris\\CheckoutMethodPreselect\\Core\\Checkout\\Gateway\\SalesChannel\\CheckoutGatewayRoute'] ?? self::getCheckoutGatewayRouteService($container));}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/ContainerXtWG9H0/Shopware_Core_KernelDevDebugContainer.php:6560 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/ContainerXtWG9H0/Shopware_Core_KernelDevDebugContainer.php:6557 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::ContainerXtWG9H0\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerXtWG9H0\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/AcrisCheckoutMethodPreselectCS/src/Core/System/SalesChannel/Context/SalesChannelContextService.php:25 {
                Acris\CheckoutMethodPreselect\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    $salesChannelContext = $this->parent->get($parameters);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:66 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
                Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
                › {    $this->requestContextResolver->resolve($event->getRequest());}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.699+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.699+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.713+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.713+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.713+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.713+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.730+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\System\SystemConfig\Event\SystemConfigDomainLoadedEvent"
          "listener" => "Shopware\Core\Framework\Store\Subscriber\LicenseHostChangedSubscriber::removeIapInformationFromDomain"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.731+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "payment_method.search.result.loaded"
          "listener" => "KlarnaPayment\Components\EventListener\PaymentMethodEventListener::onSearchResultLoaded"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.731+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.payment_method.search.result.loaded"
          "listener" => "KlarnaPayment\Components\EventListener\PaymentMethodEventListener::onSalesChannelSearchResultLoaded"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.732+00:00"
        "message" => "Deprecated: Creation of dynamic property KlarnaPayment\Core\Checkout\Payment\SalesChannel\PaymentMethodRouteDecorator::$paymentMethodsResult is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5601
            #message: "Deprecated: Creation of dynamic property KlarnaPayment\Core\Checkout\Payment\SalesChannel\PaymentMethodRouteDecorator::$paymentMethodsResult is deprecated"
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/KlarnaPayment/src/Core/Checkout/Payment/SalesChannel/PaymentMethodRouteDecorator.php"
            #line: 66
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/KlarnaPayment/src/Core/Checkout/Payment/SalesChannel/PaymentMethodRouteDecorator.php:66 {
                KlarnaPayment\Core\Checkout\Payment\SalesChannel\PaymentMethodRouteDecorator->load(Request $request, SalesChannelContext $salesChannelContext, Criteria $criteria): PaymentMethodRouteResponse …
                › $paymentMethodRouteResponse = $this->getDecorated()->load($request, $salesChannelContext, $criteria);\r$this->paymentMethodsResult = $paymentMethodRouteResponse->getObject();\r\r
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/FilteredPaymentMethodRoute.php:63 {
                Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute->load(Request $request, SalesChannelContext $context, Criteria $criteria): PaymentMethodRouteResponse …
                › {    $response = $this->getDecorated()->load($request, $context, $criteria);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/AcrisCheckoutMethodPreselectCS/src/Components/CheckoutMethodPreselectService.php:128 {
                Acris\CheckoutMethodPreselect\Components\CheckoutMethodPreselectService->getFirstPaymentMethodId(SalesChannelContext $salesChannelContext): ?string …
                › $paymentMethods = $paymentMethodRoute    ->load($request, $salesChannelContext, $criteria)    ->getPaymentMethods();
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/AcrisCheckoutMethodPreselectCS/src/Components/CheckoutMethodPreselectService.php:59 {
                Acris\CheckoutMethodPreselect\Components\CheckoutMethodPreselectService->getPreselectedCheckoutPaymentMethodId(SalesChannelContext $salesChannelContext): ?string …
                › if ($customer === null) {    return $this->getFirstPaymentMethodId($salesChannelContext);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/AcrisCheckoutMethodPreselectCS/src/Core/System/SalesChannel/Context/SalesChannelContextService.php:54 {
                Acris\CheckoutMethodPreselect\Core\System\SalesChannel\Context\SalesChannelContextService->handleDefaultMethods(SalesChannelContext $salesChannelContext): void …
                › $preSelectedPaymentMethodId = $this->checkoutMethodPreselectService    ->getPreselectedCheckoutPaymentMethodId($salesChannelContext);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/AcrisCheckoutMethodPreselectCS/src/Core/System/SalesChannel/Context/SalesChannelContextService.php:27 {
                Acris\CheckoutMethodPreselect\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › 
                › $this->handleDefaultMethods($salesChannelContext);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:66 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
                Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
                › {    $this->requestContextResolver->resolve($event->getRequest());}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.733+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.733+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.733+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.733+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.733+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.733+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.733+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.733+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.733+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.733+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.733+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.733+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.737+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.737+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.737+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.737+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.737+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.737+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.737+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.737+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.737+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.737+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.737+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.737+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.738+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.739+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.739+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.739+00:00"
        "message" => "#1 Rule detection: Zahlung bei Lieferung with priority 9999 (id: 5bb6afcb46404dcc82f85ebc614a91d6)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.739+00:00"
        "message" => "#2 Rule detection: Always valid (Default) with priority 100 (id: 38054a2481424bbda4aec248a72f5fd0)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.739+00:00"
        "message" => "#3 Rule detection: Warenkorbwert größer/gleich 0 (Zahlungsarten) with priority 100 (id: 3858957016644de4ae48c0500bf3ccc8)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.739+00:00"
        "message" => "#4 Rule detection: Cart >= 0 (Payment) with priority 100 (id: 6511015d759c4aae81d8a5a0244502e1)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.739+00:00"
        "message" => "#5 Rule detection: Möbelfundgrube with priority 100 (id: 65fc62db55bd476c9c02b65572c29e2c)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.739+00:00"
        "message" => "#6 Rule detection: Cart >= 0 with priority 100 (id: 7acc2d4cf43a49aaaa68e65cd799272e)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.739+00:00"
        "message" => "#7 Rule detection: keine Abholung with priority 100 (id: 91c81f000fb44c1fb0097b2e0c4b43cb)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.739+00:00"
        "message" => "#8 Rule detection: bis 100 with priority 100 (id: 946c7991fd7141f8a6d2403884cc736b)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.739+00:00"
        "message" => "#9 Rule detection: Warenkorbwert größer/gleich 0 with priority 100 (id: e1378db7808a478f919e0d740d5d6c1a)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.739+00:00"
        "message" => "#10 Rule detection: All customers with priority 1 (id: 1580972e9034457db2a18d51daa61a87)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.739+00:00"
        "message" => "#11 Rule detection: Alle Kunden der Standard-Kundengruppe with priority 1 (id: 28caae75a5624f0d985abd0eb32aa160)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.739+00:00"
        "message" => "#12 Rule detection: Keine Barzahlung bei Speditionsversand with priority 1 (id: 70835da60f9d4bc39215c68ba7eee236)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber::onContextResolved"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceContextToken"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::controller"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.740+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "SwagSocialShopping\EventListener\ReferralCodeHandler::storeReferralCode"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.747+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.747+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerXtWG9H0\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.747+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.752+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageCriteriaEvent"
          "listener" => "Gbmed\Enev\Subscriber\ProductPage::onProductPageCriteriaEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.752+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageCriteriaEvent"
          "listener" => "Cbax\ModulExternalOrder\Subscriber\FrontendSubscriber::onProductPageCriteria"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.757+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.757+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.816+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.816+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.816+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.816+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.817+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.817+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.817+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.822+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.822+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.822+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.823+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.823+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.825+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.825+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.825+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.828+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.828+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.828+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.828+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.828+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.828+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.828+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.828+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.828+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.828+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.830+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.830+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.830+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.830+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.830+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.830+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.830+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.830+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.831+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.831+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.831+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.831+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.831+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.search.result.loaded"
          "listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.831+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.831+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.831+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.831+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.831+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.838+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.842+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.842+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.842+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.879+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.879+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.879+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.879+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.883+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.883+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.883+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.889+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearchResult" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewResult"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#11594
            #message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearchResult" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewResult"."
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewLoader->load(Request $request, SalesChannelContext $context, string $productId, ?string $productParentId = null): ProductReviewResult …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Product/Cms/ProductDescriptionReviewsCmsElementResolver.php:60 {
                Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver->enrich(CmsSlotEntity $slot, ResolverContext $resolverContext, ElementDataCollection $result): void …
                › if ($product instanceof SalesChannelProductEntity) {    $reviews = $this->productReviewLoader->load($request, $resolverContext->getSalesChannelContext(), $product->getId(), $product->getParentId());}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php:138 {
                Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver->enrichCmsSlots(CmsSlotCollection $slots, array $criteriaList, array $identifierResult, array $criteriaResult, ResolverContext $resolverContext): CmsSlotCollection …
                › 
                › $resolver->enrich($slot, $resolverContext, $result);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Extensions/ExtensionDispatcher.php:41 {
                Shopware\Core\Framework\Extensions\ExtensionDispatcher->publish(string $name, Extension $extension, callable $function): mixed …
                › if (!$extension->isPropagationStopped()) {    $extension->result = $function(...$extension->getParams());}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php:67 {
                Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver->__resolve(CmsSlotCollection $slots, ResolverContext $resolverContext): CmsSlotCollection …
                › 
                › return $this->extensions->publish(    name: CmsSlotsDataEnrichExtension::NAME,
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Extensions/ExtensionDispatcher.php:41 {
                Shopware\Core\Framework\Extensions\ExtensionDispatcher->publish(string $name, Extension $extension, callable $function): mixed …
                › if (!$extension->isPropagationStopped()) {    $extension->result = $function(...$extension->getParams());}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Cms/DataResolver/CmsSlotsDataResolver.php:82 {
                Shopware\Core\Content\Cms\DataResolver\CmsSlotsDataResolver->resolve(CmsSlotCollection $slots, ResolverContext $resolverContext): CmsSlotCollection …
                › {    return $this->extensions->publish(        name: CmsSlotsDataResolveExtension::NAME,
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoader.php:112 {
                Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader->loadSlotData(CmsSectionCollection $sections, ResolverContext $resolverContext): void …
                › $blocks = $sections->getBlocks();$slots = $this->slotDataResolver->resolve($blocks->getSlots(), $resolverContext);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Cms/SalesChannel/SalesChannelCmsPageLoader.php:99 {
                Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader->load(Request $request, Criteria $criteria, SalesChannelContext $context, ?array $config = null, ?ResolverContext $resolverContext = null): EntitySearchResult …
                ›     // step 5, resolve slot data    $this->loadSlotData($sections, $resolverContext);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/SwagCmsExtensions/src/Service/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderQuickviewDecorator.php:38 {
                Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderQuickviewDecorator->load(Request $request, Criteria $criteria, SalesChannelContext $context, ?array $config = null, ?ResolverContext $resolverContext = null): EntitySearchResult …
                › ): EntitySearchResult {    return $this->inner->load(        $request,
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/SwagCmsExtensions/src/Service/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderScrollNavigationDecorator.php:41 {
                Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderScrollNavigationDecorator->load(Request $request, Criteria $criteria, SalesChannelContext $context, ?array $config = null, ?ResolverContext $resolverContext = null): EntitySearchResult …
                › ): EntitySearchResult {    return $this->inner->load(        $request,
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/SwagCmsExtensions/src/Service/Content/Cms/SalesChannel/SalesChannelCmsPageLoaderBlockRuleDecorator.php:44 {
                Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderBlockRuleDecorator->load(Request $request, Criteria $criteria, SalesChannelContext $context, ?array $config = null, ?ResolverContext $resolverContext = null): EntitySearchResult …
                › ): EntitySearchResult {    $pages = $this->inner->load(        $request,
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:108 {
                Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
                › 
                › $pages = $this->cmsPageLoader->load(    $request,
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:67 {
                Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->load(string $productId, Request $request, SalesChannelContext $context, Criteria $criteria): ProductDetailRouteResponse …
                › {    return Profiler::trace('product-detail-route', function () use ($productId, $request, $context, $criteria) {        $mainVariantId = $this->checkVariantListingConfig($productId, $context);
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:63 {
                Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
                › 
                › $result = $this->productDetailRoute->load($productId, $request, $context, $criteria);$product = $result->getProduct();
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/ProductController.php:53 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › {    $page = $this->productPageLoader->load($request, $context);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.891+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.891+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.892+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.892+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.892+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.893+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Content\Product\Events\ProductCrossSellingsLoadedEvent"
          "listener" => "Gbmed\Enev\Subscriber\ProductPage::onProductCrossSellingsLoadedEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.903+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Content\Cms\Events\CmsPageLoadedEvent"
          "listener" => "Shopware\Core\Content\Cms\Subscriber\CmsLinksForStoreApiSubscriber::relativeLinksForStoreAPIOutput"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.903+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Content\Cms\Events\CmsPageLoadedEvent"
          "listener" => "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber::onCmsPageLoaded"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.903+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.903+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.904+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.904+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.904+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.904+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.904+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.904+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.905+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.905+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.905+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.906+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.906+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.906+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.908+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.908+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.908+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.908+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.908+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.908+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.908+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.908+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.908+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\GenericPageLoadedEvent"
          "listener" => "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber::onPageLoaded"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.925+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.925+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.925+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.927+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.959+00:00"
        "message" => "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Product\ProductPage::$responsibleCompany is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#11934
            #message: "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Product\ProductPage::$responsibleCompany is deprecated"
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php"
            #line: 25
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                › try {    $this->$key = $value;} catch (\Error|\Exception $error) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/CbaxModulExternalOrder/src/Subscriber/FrontendSubscriber.php:64 {
                Cbax\ModulExternalOrder\Subscriber\FrontendSubscriber->onProductPageLoadedEvent(ProductPageLoadedEvent $productPageLoadedEvent) …
                › 
                ›     $page->assign(['responsibleCompany' => $responsibleCompany, 'responsiblePersons' => $responsiblePersons, 'safetyNotices' => $safetyNotices, 'countries' => $countries]);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:91 {
                Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
                › 
                › $this->eventDispatcher->dispatch(    new ProductPageLoadedEvent($page, $context, $request)
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/ProductController.php:53 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › {    $page = $this->productPageLoader->load($request, $context);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.959+00:00"
        "message" => "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Product\ProductPage::$responsiblePersons is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#11935
            #message: "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Product\ProductPage::$responsiblePersons is deprecated"
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php"
            #line: 25
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                › try {    $this->$key = $value;} catch (\Error|\Exception $error) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/CbaxModulExternalOrder/src/Subscriber/FrontendSubscriber.php:64 {
                Cbax\ModulExternalOrder\Subscriber\FrontendSubscriber->onProductPageLoadedEvent(ProductPageLoadedEvent $productPageLoadedEvent) …
                › 
                ›     $page->assign(['responsibleCompany' => $responsibleCompany, 'responsiblePersons' => $responsiblePersons, 'safetyNotices' => $safetyNotices, 'countries' => $countries]);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:91 {
                Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
                › 
                › $this->eventDispatcher->dispatch(    new ProductPageLoadedEvent($page, $context, $request)
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/ProductController.php:53 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › {    $page = $this->productPageLoader->load($request, $context);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.960+00:00"
        "message" => "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Product\ProductPage::$safetyNotices is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#13833
            #message: "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Product\ProductPage::$safetyNotices is deprecated"
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php"
            #line: 25
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                › try {    $this->$key = $value;} catch (\Error|\Exception $error) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/CbaxModulExternalOrder/src/Subscriber/FrontendSubscriber.php:64 {
                Cbax\ModulExternalOrder\Subscriber\FrontendSubscriber->onProductPageLoadedEvent(ProductPageLoadedEvent $productPageLoadedEvent) …
                › 
                ›     $page->assign(['responsibleCompany' => $responsibleCompany, 'responsiblePersons' => $responsiblePersons, 'safetyNotices' => $safetyNotices, 'countries' => $countries]);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:91 {
                Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
                › 
                › $this->eventDispatcher->dispatch(    new ProductPageLoadedEvent($page, $context, $request)
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/ProductController.php:53 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › {    $page = $this->productPageLoader->load($request, $context);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.960+00:00"
        "message" => "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Product\ProductPage::$countries is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#11936
            #message: "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Product\ProductPage::$countries is deprecated"
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php"
            #line: 25
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                › try {    $this->$key = $value;} catch (\Error|\Exception $error) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/CbaxModulExternalOrder/src/Subscriber/FrontendSubscriber.php:64 {
                Cbax\ModulExternalOrder\Subscriber\FrontendSubscriber->onProductPageLoadedEvent(ProductPageLoadedEvent $productPageLoadedEvent) …
                › 
                ›     $page->assign(['responsibleCompany' => $responsibleCompany, 'responsiblePersons' => $responsiblePersons, 'safetyNotices' => $safetyNotices, 'countries' => $countries]);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:91 {
                Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
                › 
                › $this->eventDispatcher->dispatch(    new ProductPageLoadedEvent($page, $context, $request)
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/ProductController.php:53 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › {    $page = $this->productPageLoader->load($request, $context);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.960+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.960+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.960+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.960+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.960+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.961+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.961+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.962+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.962+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.962+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.965+00:00"
        "message" => "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Product\ProductPage::$dvsnProductOptions is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#12249
            #message: "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Product\ProductPage::$dvsnProductOptions is deprecated"
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php"
            #line: 25
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                › try {    $this->$key = $value;} catch (\Error|\Exception $error) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/DvsnProductOption/src/Subscriber/Storefront/Page/Product/ProductPageSubscriber.php:76 {
                Dvsn\ProductOption\Subscriber\Storefront\Page\Product\ProductPageSubscriber->onPageLoaded(ProductPageLoadedEvent $event) …
                › 
                › $event->getPage()->assign([    'dvsnProductOptions' => $options,
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:91 {
                Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
                › 
                › $this->eventDispatcher->dispatch(    new ProductPageLoadedEvent($page, $context, $request)
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/ProductController.php:53 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › {    $page = $this->productPageLoader->load($request, $context);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.965+00:00"
        "message" => "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Product\ProductPage::$dvsnProductOptionsAllHidden is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#13782
            #message: "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Product\ProductPage::$dvsnProductOptionsAllHidden is deprecated"
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php"
            #line: 25
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                › try {    $this->$key = $value;} catch (\Error|\Exception $error) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/DvsnProductOption/src/Subscriber/Storefront/Page/Product/ProductPageSubscriber.php:76 {
                Dvsn\ProductOption\Subscriber\Storefront\Page\Product\ProductPageSubscriber->onPageLoaded(ProductPageLoadedEvent $event) …
                › 
                › $event->getPage()->assign([    'dvsnProductOptions' => $options,
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:91 {
                Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
                › 
                › $this->eventDispatcher->dispatch(    new ProductPageLoadedEvent($page, $context, $request)
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/ProductController.php:53 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › {    $page = $this->productPageLoader->load($request, $context);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.965+00:00"
        "message" => "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Product\ProductPage::$dvsnProductOptionConfiguration is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#13768
            #message: "Deprecated: Creation of dynamic property Shopware\Storefront\Page\Product\ProductPage::$dvsnProductOptionConfiguration is deprecated"
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php"
            #line: 25
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                › try {    $this->$key = $value;} catch (\Error|\Exception $error) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/DvsnProductOption/src/Subscriber/Storefront/Page/Product/ProductPageSubscriber.php:76 {
                Dvsn\ProductOption\Subscriber\Storefront\Page\Product\ProductPageSubscriber->onPageLoaded(ProductPageLoadedEvent $event) …
                › 
                › $event->getPage()->assign([    'dvsnProductOptions' => $options,
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:91 {
                Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
                › 
                › $this->eventDispatcher->dispatch(    new ProductPageLoadedEvent($page, $context, $request)
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/ProductController.php:53 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › {    $page = $this->productPageLoader->load($request, $context);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.965+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.965+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.965+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.965+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.965+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.965+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.965+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.965+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.965+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.965+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.965+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.965+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.966+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.967+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.967+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.967+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.967+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.967+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.967+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.967+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Deprecated: Creation of dynamic property Swag\PayPal\Installment\Banner\BannerData::$languageIso is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#13899
            #message: "Deprecated: Creation of dynamic property Swag\PayPal\Installment\Banner\BannerData::$languageIso is deprecated"
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php"
            #line: 25
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                › try {    $this->$key = $value;} catch (\Error|\Exception $error) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/SwagPayPal/src/Installment/Banner/Service/BannerDataService.php:83 {
                Swag\PayPal\Installment\Banner\Service\BannerDataService->getInstallmentBannerData($page, SalesChannelContext $salesChannelContext): BannerData …
                › 
                › $bannerData->assign([    ...$this->getBaseData($salesChannelContext),
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/SwagPayPal/src/Installment/Banner/InstallmentBannerSubscriber.php:108 {
                Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber->addInstallmentBanner(PageLoadedEvent $pageLoadedEvent): void …
                › 
                › $bannerData = $this->bannerDataService->getInstallmentBannerData($page, $salesChannelContext);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:91 {
                Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
                › 
                › $this->eventDispatcher->dispatch(    new ProductPageLoadedEvent($page, $context, $request)
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/ProductController.php:53 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › {    $page = $this->productPageLoader->load($request, $context);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Deprecated: Creation of dynamic property Swag\PayPal\Installment\Banner\BannerData::$intent is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#13981
            #message: "Deprecated: Creation of dynamic property Swag\PayPal\Installment\Banner\BannerData::$intent is deprecated"
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php"
            #line: 25
            #severity: E_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                › try {    $this->$key = $value;} catch (\Error|\Exception $error) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/SwagPayPal/src/Installment/Banner/Service/BannerDataService.php:83 {
                Swag\PayPal\Installment\Banner\Service\BannerDataService->getInstallmentBannerData($page, SalesChannelContext $salesChannelContext): BannerData …
                › 
                › $bannerData->assign([    ...$this->getBaseData($salesChannelContext),
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/SwagPayPal/src/Installment/Banner/InstallmentBannerSubscriber.php:108 {
                Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber->addInstallmentBanner(PageLoadedEvent $pageLoadedEvent): void …
                › 
                › $bannerData = $this->bannerDataService->getInstallmentBannerData($page, $salesChannelContext);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:41 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:28 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:91 {
                Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
                › 
                › $this->eventDispatcher->dispatch(    new ProductPageLoadedEvent($page, $context, $request)
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/ProductController.php:53 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › {    $page = $this->productPageLoader->load($request, $context);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Added data to {page}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "page" => "Shopware\Storefront\Page\Product\ProductPageLoadedEvent"
        ]
        "channel" => "paypal"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.969+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.970+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.970+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.970+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.971+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.971+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.971+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.971+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.972+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.984+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.984+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.984+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.992+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.992+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.993+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.993+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.993+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.994+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.994+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.994+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.996+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.996+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.996+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.999+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.999+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696669
        "timestamp_rfc3339" => "2025-07-16T20:11:09.999+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.012+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.012+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.012+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.013+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.013+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.013+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.014+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.014+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.014+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.014+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.016+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.016+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.016+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.020+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.020+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.020+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.022+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.047+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.047+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.048+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.048+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.048+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.048+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.048+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.048+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.048+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.048+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.048+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.050+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.050+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.050+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.050+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.050+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.050+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.052+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.052+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.052+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.052+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.052+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.052+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.053+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.053+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.053+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.054+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.054+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.054+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.055+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.055+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.055+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.057+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.057+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.057+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.058+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.058+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.058+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.060+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.070+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.070+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.070+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.070+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.070+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.071+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.071+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.071+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.072+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.072+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.072+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.074+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.074+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.074+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.076+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.076+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.076+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.086+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.086+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.086+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.086+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.086+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.087+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.087+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.087+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.088+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.088+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.088+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.089+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.089+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.089+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.089+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.089+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.089+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.089+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.089+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageLoadedEvent"
          "listener" => "KlarnaPayment\Components\EventListener\TemplateDataEventListener::addOnsiteTemplateData"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageLoadedEvent"
          "listener" => "SwagSocialShopping\EventListener\ProductPageEventListener::addPinterestSnippets"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageLoadedEvent"
          "listener" => "Biloba\AdFacebookPixel\Subscriber\PageLoadedSubscriber::onProductPageLoaded"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageLoadedEvent"
          "listener" => "Cbax\ModulExternalOrder\Subscriber\FrontendSubscriber::onProductPageLoadedEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageLoadedEvent"
          "listener" => "Dvsn\ShoppingExperience\Subscriber\Storefront\Page\Product\ProductPageSubscriber::onPageLoaded"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageLoadedEvent"
          "listener" => "Dvsn\ProductOption\Subscriber\Storefront\Page\Product\ProductPageSubscriber::onPageLoaded"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageLoadedEvent"
          "listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExpressCheckoutDataToPage"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageLoadedEvent"
          "listener" => "Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber::addInstallmentBanner"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageLoadedEvent"
          "listener" => "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber::onPageLoaded"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageLoadedEvent"
          "listener" => "KlarnaPayment\Components\EventListener\ExpressButtonEventListener::addExpressTemplateData"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageLoadedEvent"
          "listener" => "DreiscSeoPro\Subscriber\Installment\Canonical\CanonicalSubscriber::addInstallment"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageLoadedEvent"
          "listener" => "DreiscSeoPro\Subscriber\Installment\RichSnippet\RichSnippetSubscriber::addInstallment"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageLoadedEvent"
          "listener" => "DreiscSeoPro\Subscriber\Installment\RobotsTag\RobotsTagSubscriber::addInstallment"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Page\Product\ProductPageLoadedEvent"
          "listener" => "DreiscSeoPro\Subscriber\Installment\SocialMedia\SocialMediaSubscriber::addInstallment"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.094+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.094+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.095+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Event\StorefrontRenderEvent"
          "listener" => "Shopware\Core\System\SalesChannel\Subscriber\SalesChannelAnalyticsLoader::loadAnalytics"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.095+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Event\StorefrontRenderEvent"
          "listener" => "Shopware\Storefront\Framework\Routing\TemplateDataSubscriber::addHreflang"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.096+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Event\StorefrontRenderEvent"
          "listener" => "Shopware\Storefront\Framework\Routing\TemplateDataSubscriber::addShopIdParameter"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.096+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Event\StorefrontRenderEvent"
          "listener" => "Shopware\Storefront\Framework\Routing\TemplateDataSubscriber::addIconSetConfig"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.096+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Event\StorefrontRenderEvent"
          "listener" => "KlarnaPayment\Components\EventListener\SignInWithKlarnaButtonEventListener::configurationData"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.096+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Storefront\Event\StorefrontRenderEvent"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::render"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.096+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.096+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.130+00:00"
        "message" => "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Aggrosoft\LoadCmsBlocks\Twig\LoadCmsBlockExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#7626
            #message: "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Aggrosoft\LoadCmsBlocks\Twig\LoadCmsBlockExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/ContainerXtWG9H0/Shopware_Core_KernelDevDebugContainer.php:10225 {
                ContainerXtWG9H0\Shopware_Core_KernelDevDebugContainer::getTemplateFinderService($container) …
                › {    $a = ($container->services['twig'] ?? self::getTwigService($container));}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/dependency-injection/Container.php:223 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › } elseif (isset($container->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php:290 {
                Shopware\Storefront\Controller\StorefrontController->getTemplateFinder(): TemplateFinder …
                › {    return $this->container->get(TemplateFinder::class);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php:265 {
                Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
                › {    $view = $this->getTemplateFinder()->find($view);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php:279 {
                Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    $content = $this->renderView($view, $parameters);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php:84 {
                Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
                › 
                › $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php:84 {
                Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
                › 
                › $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/ProductController.php:57 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › 
                ›     return $this->renderStorefront('@Storefront/storefront/page/content/product-detail.html.twig', ['page' => $page]);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.156+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.156+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.156+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.164+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.164+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.164+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.166+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.166+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.166+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.175+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.175+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.175+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.180+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.180+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.180+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.180+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.180+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.180+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.180+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.181+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.196+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.196+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.198+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.198+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.199+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.199+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.239+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.239+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.239+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.239+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.249+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.249+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.250+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.250+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.253+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.253+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.254+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.255+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.255+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.255+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.255+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.255+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.255+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.255+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.255+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.255+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.255+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.256+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.256+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.256+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.256+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.256+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.256+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.256+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.256+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.256+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.256+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.257+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.257+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.257+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.257+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.257+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.257+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.257+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.257+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.257+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.257+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.257+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.257+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.257+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.257+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.257+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.257+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.258+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.259+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.259+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.259+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.259+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.260+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.260+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.260+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.260+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.260+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.260+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.260+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.260+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.260+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.260+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.261+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.261+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.261+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.261+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.269+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.269+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.273+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.273+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.273+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.278+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.278+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.278+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.278+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.278+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.278+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.278+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.278+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.321+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.321+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.322+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.322+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.322+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.322+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.331+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.331+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.331+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.331+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.331+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.331+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.331+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.331+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.331+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.331+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.331+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.331+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.331+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.331+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.332+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.332+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.332+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.332+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.333+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.333+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.333+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.333+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.333+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.333+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.336+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.336+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.336+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.336+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.336+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.336+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.336+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.336+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.346+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.346+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.359+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.359+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.360+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.360+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.362+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.362+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.367+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.367+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.368+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.368+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.368+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.368+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.368+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.368+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.369+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.369+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.370+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.370+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.370+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.370+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.370+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.370+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.371+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.371+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.371+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.371+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.383+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.383+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.383+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.383+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.383+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.383+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.383+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.383+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.384+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.384+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.384+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.384+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.386+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.386+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.387+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.387+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.387+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.387+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.387+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.387+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.387+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.387+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.389+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.389+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.391+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.391+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.392+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.392+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.392+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.392+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.392+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.392+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.393+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.393+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.393+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.393+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.393+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.393+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.393+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.393+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.393+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.393+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.393+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.393+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.393+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.393+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.393+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.393+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.394+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.394+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.396+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.396+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.396+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.396+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.396+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.396+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.396+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.396+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.397+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.397+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.399+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.400+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.401+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.421+00:00"
        "message" => "Uncaught PHP Exception Shopware\Storefront\Controller\Exception\StorefrontException: "Can not render @Datablue/storefront/component/review/review-item.html.twig view: Unknown "author" filter. with these parameters: {"headerParameters":[],"footerParameters":[],"appShopId":"QAY2bv7wtjggjsfW","themeIconConfig":[]}" at review-item.html.twig line 5"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Shopware\Storefront\Controller\Exception\StorefrontException {#7223
            #message: "Can not render @Datablue/storefront/component/review/review-item.html.twig view: Unknown "author" filter. with these parameters: {"headerParameters":[],"footerParameters":[],"appShopId":"QAY2bv7wtjggjsfW","themeIconConfig":[]}"
            #code: 0
            #file: "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/Datablue/src/Resources/views/storefront/component/review/review-item.html.twig"
            #line: 5
            -previous: Twig\Error\SyntaxError {#18212 …}
            -statusCode: 500
            -headers: []
            #parameters: [
              "message" => "Unknown "author" filter."
              "view" => "@Datablue/storefront/component/review/review-item.html.twig"
              "parameters" => "{"headerParameters":[],"footerParameters":[],"appShopId":"QAY2bv7wtjggjsfW","themeIconConfig":[]}"
            ]
            #statusCode: 500
            #errorCode: "STOREFRONT__CAN_NOT_RENDER_VIEW"
            trace: {
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/Datablue/src/Resources/views/storefront/component/review/review-item.html.twig:5 {
                Shopware\Storefront\Controller\Exception\StorefrontException::renderViewException(string $view, Error $error, array $parameters): self …
                › <div class="col-12 product-detail-review-item-author">    <p><small>{{ review.createdAt|author }}</small></p></div>
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php:270 {
                Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
                › } catch (LoaderError|RuntimeError|SyntaxError $e) {    throw StorefrontException::renderViewException($view, $e, $parameters);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php:279 {
                Shopware\Storefront\Controller\StorefrontController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    $content = $this->renderView($view, $parameters);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php:84 {
                Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
                › 
                › $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php:84 {
                Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
                › 
                › $response = Profiler::trace('twig-rendering', fn () => $this->render($view, $event->getParameters(), new Response()));}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/ProductController.php:57 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › 
                ›     return $this->renderStorefront('@Storefront/storefront/page/content/product-detail.html.twig', ['page' => $page]);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php:129 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\DomainNotMappedListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Administration\Framework\Routing\NotFound\AdministrationNotFoundSubscriber::onError"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::customerNotLoggedInHandler"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ResponseExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber::onError"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.825+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.825+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.825+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCacheHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Profiling\Integration\ServerTiming::onResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriberEventListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::response"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Storefront\Framework\Routing\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    9612 => [
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Prems\Plugin\PremsOnePageCheckout6\Subscriber\RequestSubscriber::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "KlarnaPayment\Components\EventListener\RequestListener::addStoreApiToken"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Value3\GoogleConversion\Subscriber\VgcSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.422+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::request"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.423+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.423+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.423+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.423+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.423+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::controller"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "SwagSocialShopping\EventListener\ReferralCodeHandler::storeReferralCode"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerXtWG9H0\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.424+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.808+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.808+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.808+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCacheHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Profiling\Integration\ServerTiming::onResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Frosh\Tools\Components\Elasticsearch\AdminInfoSubscriberEventListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::response"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Storefront\Framework\Routing\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1752696670
        "timestamp_rfc3339" => "2025-07-16T20:11:10.824+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    1248 => 1
    9612 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1186 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
connection
"close"
from
"gptbot(at)openai.com"
host
"mfg-6-7.dev.shopware.data-blue.de"
surrogate-capability
"symfony="ESI/1.0""
sw-context-token
"DMg1AULfjw351QMuLAaUGuIpv5EriS0d"
sw-language-id
"45be4ef5bc5541119cc81bac1aed1cef"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-forwarded-for
"20.171.207.84"
x-openai-host-hash
"547585486"
x-php-ob-level
"1"
x-real-ip
"20.171.207.84"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 16 Jul 2025 20:11:10 GMT"
sw-context-token
"DMg1AULfjw351QMuLAaUGuIpv5EriS0d"
sw-language-id
"45be4ef5bc5541119cc81bac1aed1cef"
vary
"Accept"
x-debug-exception
"Can%20not%20render%20%40Datablue%2Fstorefront%2Fcomponent%2Freview%2Freview-item.html.twig%20view%3A%20Unknown%20%22author%22%20filter.%20with%20these%20parameters%3A%20%7B%22headerParameters%22%3A%5B%5D%2C%22footerParameters%22%3A%5B%5D%2C%22appShopId%22%3A%22QAY2bv7wtjggjsfW%22%2C%22themeIconConfig%22%3A%5B%5D%7D"
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fmoebel-fundgrube.de%2Fmfg-6-7.dev.shopware.data-blue.de%2Fcustom%2Fplugins%2FDatablue%2Fsrc%2FResources%2Fviews%2Fstorefront%2Fcomponent%2Freview%2Freview-item.html.twig:5"
x-debug-token
"ffc76f"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 15

Session Metadata

Key Value
Created
"Wed, 16 Jul 25 20:11:09 +0000"
Last used
"Wed, 16 Jul 25 20:11:09 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"8i9l8t16rclho0f391n9ho0se3"
sw-context-token
"DMg1AULfjw351QMuLAaUGuIpv5EriS0d"
sw-sales-channel-id
"e85babb2bd37438182bc2d7094175bd3"

Session Usage

15 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:90
[
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 90
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:91
[
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 91
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:219
[
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 219
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 102
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:104
[
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 104
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:105
[
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 105
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:108
[
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 108
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver:64
[
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 64
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute:85
[
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/SwagPayPal/src/Checkout/SalesChannel/FilteredPaymentMethodRoute.php"
    "line" => 85
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/AcrisCheckoutMethodPreselectCS/src/Components/CheckoutMethodPreselectService.php"
    "line" => 128
    "function" => "load"
    "class" => "Swag\PayPal\Checkout\SalesChannel\FilteredPaymentMethodRoute"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/AcrisCheckoutMethodPreselectCS/src/Components/CheckoutMethodPreselectService.php"
    "line" => 59
    "function" => "getFirstPaymentMethodId"
    "class" => "Acris\CheckoutMethodPreselect\Components\CheckoutMethodPreselectService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/AcrisCheckoutMethodPreselectCS/src/Core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 54
    "function" => "getPreselectedCheckoutPaymentMethodId"
    "class" => "Acris\CheckoutMethodPreselect\Components\CheckoutMethodPreselectService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/AcrisCheckoutMethodPreselectCS/src/Core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 27
    "function" => "handleDefaultMethods"
    "class" => "Acris\CheckoutMethodPreselect\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 66
    "function" => "get"
    "class" => "Acris\CheckoutMethodPreselect\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Swag\PayPal\Checkout\Cart\Validation\CartValidator:81
[
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/SwagPayPal/src/Checkout/Cart/Validation/CartValidator.php"
    "line" => 81
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Checkout/Cart/Validator.php"
    "line" => 29
    "function" => "validate"
    "class" => "Swag\PayPal\Checkout\Cart\Validation\CartValidator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Checkout/Cart/Processor.php"
    "line" => 63
    "function" => "validate"
    "class" => "Shopware\Core\Checkout\Cart\Validator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Core\Checkout\Cart\{closure}"
    "class" => "Shopware\Core\Checkout\Cart\Processor"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Checkout/Cart/Processor.php"
    "line" => 34
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php"
    "line" => 109
    "function" => "process"
    "class" => "Shopware\Core\Checkout\Cart\Processor"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Core\Checkout\Cart\{closure}"
    "class" => "Shopware\Core\Checkout\Cart\CartRuleLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php"
    "line" => 83
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php"
    "line" => 61
    "function" => "load"
    "class" => "Shopware\Core\Checkout\Cart\CartRuleLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 97
    "function" => "loadByToken"
    "class" => "Shopware\Core\Checkout\Cart\CartRuleLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Core\System\SalesChannel\Context\{closure}"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 61
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/custom/plugins/AcrisCheckoutMethodPreselectCS/src/Core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 30
    "function" => "get"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 66
    "function" => "get"
    "class" => "Acris\CheckoutMethodPreselect\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Bridge\Twig\AppVariable:181
[
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 181
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Framework/Twig/TwigAppVariable.php"
    "line" => 113
    "function" => "getFlashes"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1882
    "function" => "getFlashes"
    "class" => "Shopware\Storefront\Framework\Twig\TwigAppVariable"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Twig/SwTwigFunction.php"
    "line" => 68
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/0a/0a2e49928c96e92f85814100b1a482a0.php"
    "line" => 488
    "function" => "getAttribute"
    "class" => "Shopware\Core\Framework\Adapter\Twig\SwTwigFunction"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 432
    "function" => "block_base_flashbags"
    "class" => "__TwigTemplate_c9b09732dfda0f9dc38ed8aa687b4902"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 452
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 452
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 452
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 452
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 452
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 477
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/94/9445ee37e45e6c49b17241d3168e8b4e.php"
    "line" => 294
    "function" => "yieldParentBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 432
    "function" => "block_base_flashbags"
    "class" => "__TwigTemplate_6bd82439755d859d98736f7c72ae226c"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/94/9445ee37e45e6c49b17241d3168e8b4e.php"
    "line" => 261
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 432
    "function" => "block_base_main"
    "class" => "__TwigTemplate_6bd82439755d859d98736f7c72ae226c"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/0a/0a2e49928c96e92f85814100b1a482a0.php"
    "line" => 331
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 432
    "function" => "block_base_body_inner"
    "class" => "__TwigTemplate_c9b09732dfda0f9dc38ed8aa687b4902"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 452
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 452
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 477
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/74/7402008d84eaa1ae5a6a7f687ed7f538.php"
    "line" => 121
    "function" => "yieldParentBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 432
    "function" => "block_base_body_inner"
    "class" => "__TwigTemplate_c231e3e569458f5d2c4943e538b678f6"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/0a/0a2e49928c96e92f85814100b1a482a0.php"
    "line" => 205
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 432
    "function" => "block_base_body"
    "class" => "__TwigTemplate_c9b09732dfda0f9dc38ed8aa687b4902"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 477
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/68/689a5b9b3fa53260d051fc147012aa72.php"
    "line" => 102
    "function" => "yieldParentBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 432
    "function" => "block_base_body"
    "class" => "__TwigTemplate_311312d614a46ebfd165b77963fa9d7a"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/0a/0a2e49928c96e92f85814100b1a482a0.php"
    "line" => 90
    "function" => "yieldBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 388
    "function" => "doDisplay"
    "class" => "__TwigTemplate_c9b09732dfda0f9dc38ed8aa687b4902"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/68/689a5b9b3fa53260d051fc147012aa72.php"
    "line" => 53
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 388
    "function" => "doDisplay"
    "class" => "__TwigTemplate_311312d614a46ebfd165b77963fa9d7a"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/09/09a23b1c09613a8925aec3b8ff6bb3d9.php"
    "line" => 54
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 388
    "function" => "doDisplay"
    "class" => "__TwigTemplate_b013dbcc7d1c10a753902766e85948b9"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/74/7402008d84eaa1ae5a6a7f687ed7f538.php"
    "line" => 56
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 388
    "function" => "doDisplay"
    "class" => "__TwigTemplate_c231e3e569458f5d2c4943e538b678f6"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/8b/8bf3a4abc20c7093696eff0bee91779b.php"
    "line" => 53
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 388
    "function" => "doDisplay"
    "class" => "__TwigTemplate_e065f32d35a593e57749c119ffd6eec9"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/91/91167c3943e5e6a647c1e0ec6ac99b25.php"
    "line" => 104
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 388
    "function" => "doDisplay"
    "class" => "__TwigTemplate_837f13c0fa7b1e10e036c94cad5e59e9"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/94/9445ee37e45e6c49b17241d3168e8b4e.php"
    "line" => 73
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 388
    "function" => "doDisplay"
    "class" => "__TwigTemplate_6bd82439755d859d98736f7c72ae226c"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/b0/b0d7ca27b91d1df245ba1b8f7010dd9a.php"
    "line" => 58
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 388
    "function" => "doDisplay"
    "class" => "__TwigTemplate_f5fd8a3a31900e6139ae448a978985fc"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/d7/d7a8dfa1894b66c38fb79c416ca7f2f4.php"
    "line" => 53
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 388
    "function" => "doDisplay"
    "class" => "__TwigTemplate_bdd432016e45f9ee374a936f6a6f8403"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/ea/eabf585379984806b17411757b94a875.php"
    "line" => 53
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 388
    "function" => "doDisplay"
    "class" => "__TwigTemplate_1b01f850d447b1f852565f3f014ce573"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/var/cache/dev_h3f86c4a5258c8d4f0eb18f67065c24e1/twig/60/603bee071363235d3eccbb49ef45d681.php"
    "line" => 53
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 388
    "function" => "doDisplay"
    "class" => "__TwigTemplate_1999ab056e61e9cb4adf07bdde54b7e3"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Template.php"
    "line" => 372
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/twig/twig/src/Environment.php"
    "line" => 334
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 268
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 279
    "function" => "renderView"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 84
    "function" => "render"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Storefront\Controller\{closure}"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 84
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/storefront/Controller/ProductController.php"
    "line" => 57
    "function" => "renderStorefront"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "index"
    "class" => "Shopware\Storefront\Controller\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"8583a6ff63c5894a3195331701749943"
APP_URL
"https://mfg-6-7.dev.shopware.data-blue.de"
BLUE_GREEN_DEPLOYMENT
"0"
COMPOSER_HOME
"/var/www/vhosts/moebel-fundgrube.de/.composer"
DATABASE_URL
"mysql://mfg-6-7-dev:4!krFzc8Fdh3Jhk@localhost:3306/mfg-6-7-dev"
DOCKER_SYNC_ENABLED
""
FEATURE_NEXT_516
"1"
GROUP_ID
"1003"
INSTANCE_ID
""
LOCK_DSN
"flock"
OPENSEARCH_URL
"http://localhost:9200"
PROXY_URL
"http://localhost"
REDIS_CACHE_DATABASE
"1"
REDIS_CACHE_HOST
"127.0.0.1"
REDIS_CACHE_PASSWORD
"79mgRGXxHXs9EMLp"
REDIS_CACHE_PORT
"6379"
REDIS_SESSION_DATABASE
"0"
REDIS_SESSION_HOST
"127.0.0.1"
REDIS_SESSION_PASSWORD
"79mgRGXxHXs9EMLp"
REDIS_SESSION_PORT
"6379"
SHOPWARE_CDN_STRATEGY_DEFAULT
"id"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_HOSTS
"elasticsearch:9200"
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"
TRUSTED_PROXIES
"127.0.0.1,142.132.199.17"
USER_ID
"10000"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/moebel-fundgrube.de"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_CONNECTION
"close"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"mfg-6-7.dev.shopware.data-blue.de"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_FORWARDED_FOR
"20.171.207.84"
HTTP_X_OPENAI_HOST_HASH
"547585486"
HTTP_X_REAL_IP
"20.171.207.84"
PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY
"0"
REDIRECT_SCRIPT_URI
"https://mfg-6-7.dev.shopware.data-blue.de/Schlafsofa-schwarz-Bettkasten-Dauerschlaefer-Federkern-LINDAU"
REDIRECT_SCRIPT_URL
"/Schlafsofa-schwarz-Bettkasten-Dauerschlaefer-Federkern-LINDAU"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aHgHXUGMjZs8JoIIw3-6fwAAAEE"
REDIRECT_URL
"/Schlafsofa-schwarz-Bettkasten-Dauerschlaefer-Federkern-LINDAU"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"41638"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1752696669
REQUEST_TIME_FLOAT
1752696669.0849
REQUEST_URI
"/detail/462d86444b39492c988d3851e68ec411"
SCRIPT_FILENAME
"/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://mfg-6-7.dev.shopware.data-blue.de/Schlafsofa-schwarz-Bettkasten-Dauerschlaefer-Federkern-LINDAU"
SCRIPT_URL
"/Schlafsofa-schwarz-Bettkasten-Dauerschlaefer-Federkern-LINDAU"
SERVER_ADDR
"142.132.199.17"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"mfg-6-7.dev.shopware.data-blue.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SIGNATURE
"<address>Apache Server at mfg-6-7.dev.shopware.data-blue.de Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_PATH
"/var/www/vhosts/moebel-fundgrube.de/mfg-6-7.dev.shopware.data-blue.de/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_URL,APP_SECRET,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,DATABASE_URL,OPENSEARCH_URL,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,PROXY_URL,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,LOCK_DSN,TRUSTED_PROXIES,COMPOSER_HOME,SHOPWARE_ES_HOSTS,DOCKER_SYNC_ENABLED,USER_ID,GROUP_ID,FEATURE_NEXT_516,SHOPWARE_CDN_STRATEGY_DEFAULT,REDIS_SESSION_HOST,REDIS_SESSION_PORT,REDIS_SESSION_PASSWORD,REDIS_SESSION_DATABASE,REDIS_CACHE_HOST,REDIS_CACHE_PORT,REDIS_CACHE_PASSWORD,REDIS_CACHE_DATABASE"
UNIQUE_ID
"aHgHXUGMjZs8JoIIw3-6fwAAAEE"
USER
"mfg-testserver.de"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 9bd07d)

Key Value
_controller
"Shopware\Storefront\Controller\ProductController::index"
_cspNonce
"RjJ0RpgvWz4="
_httpCache
true
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_route
"frontend.detail.page"
_routeScope
[
  "storefront"
]
_route_params
[
  "_httpCache" => true
  "productId" => "462d86444b39492c988d3851e68ec411"
]
_stopwatch_token
"309d14"
productId
"462d86444b39492c988d3851e68ec411"
resolved-uri
"/detail/462d86444b39492c988d3851e68ec411"
sw-context
Shopware\Core\Framework\Context {#5194
  #extensions: [
    "GoogleTagManagerConfig" => Shopware\Core\Framework\Struct\ArrayEntity {#11649
      #extensions: []
      #_uniqueIdentifier: ? string
      #versionId: null
      #translated: []
      #createdAt: null
      #updatedAt: null
      -_entityName: null
      -_fieldVisibility: null
      #_entityName: "array-entity"
      #data: [
        "ga4_tags" => "[]"
      ]
    }
    "BilobaAdFacebookPixel" => Biloba\AdFacebookPixel\Structs\StoreFrontPageCollection {#11782
      #extensions: []
      +elements: [
        "BilobaAdFacebookPixelEventIds" => [
          "ViewContent" => "019814dcc6e772958385d604ac244551"
        ]
      ]
    }
  ]
  #scope: "user"
  #rulesLocked: false
  #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#4427 …}
  #ruleIds: [
    "5bb6afcb46404dcc82f85ebc614a91d6"
    "38054a2481424bbda4aec248a72f5fd0"
    "3858957016644de4ae48c0500bf3ccc8"
    "6511015d759c4aae81d8a5a0244502e1"
    "65fc62db55bd476c9c02b65572c29e2c"
    "7acc2d4cf43a49aaaa68e65cd799272e"
    "91c81f000fb44c1fb0097b2e0c4b43cb"
    "946c7991fd7141f8a6d2403884cc736b"
    "e1378db7808a478f919e0d740d5d6c1a"
    "1580972e9034457db2a18d51daa61a87"
    "28caae75a5624f0d985abd0eb32aa160"
    "70835da60f9d4bc39215c68ba7eee236"
  ]
  #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
  #languageIdChain: [
    "45be4ef5bc5541119cc81bac1aed1cef"
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
  ]
  #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
  #currencyFactor: 1.0
  #considerInheritance: true
  #taxState: "gross"
  #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#4715 …}
  #states: []
}
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"9b755bc820fa4b74a5d37766e802cd1b"
sw-maintenance
false
sw-maintenance-ip-whitelist
"["91.42.253.116","91.49.246.58","217.7.192.154","212.185.203.134","87.123.194.171"]"
sw-original-request-uri
"/Schlafsofa-schwarz-Bettkasten-Dauerschlaefer-Federkern-LINDAU"
sw-sales-channel-absolute-base-url
"https://mfg-6-7.dev.shopware.data-blue.de"
sw-sales-channel-base-url
""
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#5193
  #extensions: [
    "acrisCheckoutMethodPreselectStruct" => Acris\CheckoutMethodPreselect\Components\Struct\CheckoutMethodPreselectStruct {#5602
      #extensions: []
      -defaultShippingMethod: true
      -defaultPaymentMethod: false
    }
  ]
  #permissions: []
  #permisionsLocked: false
  #imitatingUserId: null
  #context: Shopware\Core\Framework\Context {#5194
    #extensions: [
      "GoogleTagManagerConfig" => Shopware\Core\Framework\Struct\ArrayEntity {#11649
        #extensions: []
        #_uniqueIdentifier: ? string
        #versionId: null
        #translated: []
        #createdAt: null
        #updatedAt: null
        -_entityName: null
        -_fieldVisibility: null
        #_entityName: "array-entity"
        #data: [
          "ga4_tags" => "[]"
        ]
      }
      "BilobaAdFacebookPixel" => Biloba\AdFacebookPixel\Structs\StoreFrontPageCollection {#11782
        #extensions: []
        +elements: [
          "BilobaAdFacebookPixelEventIds" => [
            "ViewContent" => "019814dcc6e772958385d604ac244551"
          ]
        ]
      }
    ]
    #scope: "user"
    #rulesLocked: false
    #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#4427 …}
    #ruleIds: [
      "5bb6afcb46404dcc82f85ebc614a91d6"
      "38054a2481424bbda4aec248a72f5fd0"
      "3858957016644de4ae48c0500bf3ccc8"
      "6511015d759c4aae81d8a5a0244502e1"
      "65fc62db55bd476c9c02b65572c29e2c"
      "7acc2d4cf43a49aaaa68e65cd799272e"
      "91c81f000fb44c1fb0097b2e0c4b43cb"
      "946c7991fd7141f8a6d2403884cc736b"
      "e1378db7808a478f919e0d740d5d6c1a"
      "1580972e9034457db2a18d51daa61a87"
      "28caae75a5624f0d985abd0eb32aa160"
      "70835da60f9d4bc39215c68ba7eee236"
    ]
    #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
    #languageIdChain: [
      "45be4ef5bc5541119cc81bac1aed1cef"
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    ]
    #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
    #currencyFactor: 1.0
    #considerInheritance: true
    #taxState: "gross"
    #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#4715 …}
    #states: []
  }
  #token: "DMg1AULfjw351QMuLAaUGuIpv5EriS0d"
  -domainId: "9b755bc820fa4b74a5d37766e802cd1b"
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#4380 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#5604 …}
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#5608 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#5612 …}
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#5642 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#5656 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#5662 …}
  #customer: null
  #itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#4715 …}
  #totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#5607 …}
  #languageInfo: Shopware\Core\System\SalesChannel\Context\LanguageInfo {#5670 …}
  #areaRuleIds: [
    "flow" => [
      "65fc62db55bd476c9c02b65572c29e2c"
    ]
    "payment" => [
      "91c81f000fb44c1fb0097b2e0c4b43cb"
      "1580972e9034457db2a18d51daa61a87"
      "70835da60f9d4bc39215c68ba7eee236"
    ]
    "shipping" => [
      "1580972e9034457db2a18d51daa61a87"
    ]
    "promotion" => [
      "1580972e9034457db2a18d51daa61a87"
      "28caae75a5624f0d985abd0eb32aa160"
    ]
  ]
  #states: []
}
sw-sales-channel-id
"e85babb2bd37438182bc2d7094175bd3"
sw-snippet-set-id
"4f08cc5bb2214587a400d52be22bcdc9"
sw-storefront-url
"https://mfg-6-7.dev.shopware.data-blue.de"
theme-base-name
null
theme-id
"17fc6f7ae5b141ef93c36a7ac19df547"
theme-name
"Datablue"