Error 500 Internal Server Error

GET https://devshop.vivil.net/detail/2681fb578c4a4a08809f198d0225d5d7

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
navigationId
"018b1e10ad5b74d48afdf4caeb307e83"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"/8sKWahI9N4="
_route_params
[]
_stopwatch_token
"86aba9"
exception
ErrorException {#8962
  #message: "Warning: Undefined array key "pluginActiveInSaleschannel""
  #code: 0
  #file: "/home/vivkoqvl/shopware6_dev/custom/plugins/DtgsGoogleTagManagerSw6/src/Subscriber/GeneralSubscriber.php"
  #line: 179
  #severity: E_WARNING
  trace: {
    /home/vivkoqvl/shopware6_dev/custom/plugins/DtgsGoogleTagManagerSw6/src/Subscriber/GeneralSubscriber.php:179 {
      Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber->onPageLoaded($event) …
      › /** GITHUB-26: Option to completely remove functionality from saleschannel */if(!$tagManagerConfig['pluginActiveInSaleschannel']) return;}
    /home/vivkoqvl/shopware6_dev/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 {
    }
    /home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /home/vivkoqvl/shopware6_dev/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);}
    }
    /home/vivkoqvl/shopware6_dev/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);}
    /home/vivkoqvl/shopware6_dev/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);}
    /home/vivkoqvl/shopware6_dev/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);}
    }
    /home/vivkoqvl/shopware6_dev/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 {
    }
    /home/vivkoqvl/shopware6_dev/vendor/shopware/storefront/Page/GenericPageLoader.php:37 {
      Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
      › 
      › $this->eventDispatcher->dispatch(    new GenericPageLoadedEvent($page, $context, $request)
    }
    /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Profiling/Profiler.php:67 {
      Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
      › 
      ›     $result = $closure();} finally {
    }
    /home/vivkoqvl/shopware6_dev/vendor/shopware/storefront/Page/GenericPageLoader.php:27 {
      Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
      › {    return Profiler::trace('generic-page-loader', function () use ($request, $context) {        $page = new Page();
    }
    /home/vivkoqvl/shopware6_dev/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:77 {
      Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
      › 
      › $page = $this->genericLoader->load($request, $context);$page = ProductPage::createFrom($page);
    }
    /home/vivkoqvl/shopware6_dev/vendor/shopware/storefront/Controller/ProductController.php:53 {
      Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
      › {    $page = $this->productPageLoader->load($request, $context);}
    /home/vivkoqvl/shopware6_dev/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);}
    /home/vivkoqvl/shopware6_dev/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) {
    }
    /home/vivkoqvl/shopware6_dev/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);}
    }
    /home/vivkoqvl/shopware6_dev/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 {
    }
    /home/vivkoqvl/shopware6_dev/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);}
    /home/vivkoqvl/shopware6_dev/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);}
    /home/vivkoqvl/shopware6_dev/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);}
    }
    /home/vivkoqvl/shopware6_dev/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) {
    }
    /home/vivkoqvl/shopware6_dev/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')) {
    }
    /home/vivkoqvl/shopware6_dev/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);}
    }
    /home/vivkoqvl/shopware6_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/vivkoqvl/shopware6_dev/public/index.php:11 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
        "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1041
  -records: [
    "" => [
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.673+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\HttpCacheKeyEvent"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\Cache::onGenerateCacheKey"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.673+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.673+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.673+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "system-config-"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.679+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.680+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.680+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.682+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "routing-domains"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.685+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.685+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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"
      ]
    ]
    1343 => [
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.687+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.687+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.687+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "system-config-c059ed4691b44ed3b1a4635d5872fd85"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => "2681fb578c4a4a08809f198d0225d5d7"
          ]
          "request_uri" => "https://devshop.vivil.net/detail/2681fb578c4a4a08809f198d0225d5d7"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\LoginSubscriber::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\Customer::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.700+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.712+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "context-factory-c059ed4691b44ed3b1a4635d5872fd85-150ac939520ac5bdb2391b490a517910"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.714+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.714+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.714+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.745+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.745+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.745+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.747+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.747+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.747+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.750+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.750+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.750+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.752+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.752+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.752+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.758+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.758+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.758+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.766+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.766+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.766+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.770+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.770+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.770+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.787+00:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "cart_rules"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.788+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.788+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.788+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.795+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.795+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.795+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.796+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.796+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.796+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.804+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.804+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.804+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.807+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.807+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.807+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.807+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.807+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.807+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.807+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.807+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.807+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.807+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.807+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.807+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.809+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.809+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.809+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.809+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "#1 Rule detection: Cart >= 0 with priority 100 (id: 450e2633b03e4d3ba4876ae4e9e18386)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "#2 Rule detection: Always valid (Default) with priority 100 (id: 63ad5bc554b74283a05990154f195fad)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "#3 Rule detection: Cart >= 0 (Payment) with priority 100 (id: 85ada361fb9a4b7b8fca5d89310f2052)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "#4 Rule detection: 2025_Zahlungsart_direkte Bezahlung with priority 12 (id: 019372cb7584782d897266ba8f9ed321)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "#5 Rule detection: 2025_kein Rechnungskauf with priority 2 (id: 0193963c3aff781c8ef85d3f8369f0ab)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "#6 Rule detection: 2025_Verkaufskanal_Shop with priority 2 (id: 0196340b110a7eb39a1878f815f51c75)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "#7 Rule detection: Verkaufskanal = Shop with priority 1 (id: 018dcaf1067f75969ecfdf196668c5b1)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "#8 Rule detection: Wenn Shopbestellung with priority 1 (id: 01919d0de21b758493154a22c8ee0d72)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "#9 Rule detection: 2025_Verkaufskanal_Shop with priority 1 (id: 0193734ef7fd72a098ed8fc978018374)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "#10 Rule detection: 2025_D2C Kunden with priority 1 (id: 019376f498567517ad0e42ff40943583)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "#11 Rule detection: Lieferung Deutschland with priority 1 (id: 65807cd945ec4218afe6848a72c0a83f)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "#12 Rule detection: All customers with priority 1 (id: 84cbc50fcd744c22818e8a527250550f)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.810+00:00"
        "message" => "#13 Rule detection: AmazonPayAvailabilityRule with priority 1 (id: e44e6782c64247b796b891cf25ae38f7)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.820+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.821+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.821+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.821+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.821+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.821+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.821+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.821+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.821+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.821+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.821+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.821+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.821+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.821+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.821+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.821+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\StorefrontSubscriber::onSalesChannelResolved"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "zenit\PlatformStratus\Subscriber\KernelControllerSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pickware\ValidationBundle\Subscriber\JsonValidationAnnotationSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.828+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pickware\ValidationBundle\Subscriber\AclValidationAnnotationSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.831+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.831+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Swag\AmazonPay\Framework\EventListeners\AmazonPayAddressValidationListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.831+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Pickware\ValidationBundle\Subscriber\JsonRequestValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.831+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerX9Jw6xt\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.831+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.833+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\SalesChannelCriteriaSubscriber::addProductRuleFilter"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.836+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.836+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.836+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\SalesChannelCriteriaSubscriber::addProductRuleFilter"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.861+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.861+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.862+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.862+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.862+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.862+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.862+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.866+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.866+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.867+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.867+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.867+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.867+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.867+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.868+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.868+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.868+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.874+00:00"
        "message" => "Deprecated: Creation of dynamic property NetInventors\NetiNextAccessManager\Extension\Content\Category\Aggregate\CategoryRule\CategoryRuleEntity::$categoryVersionId is deprecated"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8387
            #message: "Deprecated: Creation of dynamic property NetInventors\NetiNextAccessManager\Extension\Content\Category\Aggregate\CategoryRule\CategoryRuleEntity::$categoryVersionId is deprecated"
            #code: 0
            #file: "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php"
            #line: 53
            #severity: E_DEPRECATED
            trace: {
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/DataAbstractionLayer/Entity.php:53 {
                Shopware\Core\Framework\DataAbstractionLayer\Entity->__set($name, $value): void …
                › {    $this->$name = $value;}
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Struct/AssignArrayTrait.php:25 {
                Shopware\Core\Framework\Struct\Struct->assign(array $options) …
                › try {    $this->$key = $value;} catch (\Error|\Exception $error) {
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:278 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
                › } else {    $entity->assign([$property => $decoded]);}
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:178 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
                › {    $entity = $this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getFields());}
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:591 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
                › 
                › $entity = $hydrator->assign($definition, $entity, $root, $row, $context);}
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:384 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->manyToOne(array $row, string $root, ?Field $field, Context $context): Entity …
                › 
                ›     return $this->hydrateEntity($field->getReferenceDefinition(), $field->getReferenceDefinition()->getEntityClass(), $row, $association, $context);}
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:215 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateFields(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context, iterable $fields): Entity …
                › if ($field instanceof ManyToOneAssociationField || $field instanceof OneToOneAssociationField) {    $association = $this->manyToOne($row, $root, $field, $context);}
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Category/CategoryHydrator.php:81 {
                Shopware\Core\Content\Category\CategoryHydrator->assign(EntityDefinition $definition, Entity $entity, string $root, array $row, Context $context): Entity …
                › $this->translate($definition, $entity, $row, $root, $context, $definition->getTranslatedFields());$this->hydrateFields($definition, $entity, $root, $row, $context, $definition->getExtensionFields());$this->customFields($definition, $row, $root, $entity, $definition->getField('customFields'), $context);
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:591 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrateEntity(EntityDefinition $definition, string $entityClass, array $row, string $root, Context $context): Entity …
                › 
                › $entity = $hydrator->assign($definition, $entity, $root, $row, $context);}
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityHydrator.php:97 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityHydrator->hydrate(EntityCollection $collection, string $entityClass, EntityDefinition $definition, array $rows, string $root, Context $context, array $partial = []): EntityCollection …
                › foreach ($rows as $row) {    $collection->add($this->hydrateEntity($definition, $entityClass, $row, $root, $context));}
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntityReader.php:135 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityReader->_read(Criteria $criteria, EntityDefinition $definition, Context $context, EntityCollection $collection, FieldCollection $fields, bool $performEmptySearch = false, array $partial = []): EntityCollection …
                › 
                › $collection = $this->hydrator->hydrate($collection, $definition->getEntityClass(), $definition, $rows, $definition->getEntityName(), $context, $partial);}
              /home/vivkoqvl/shopware6_dev/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,
              }
              /home/vivkoqvl/shopware6_dev/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);}
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:251 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
                › 
                › $entities = $this->read($readCriteria, $context);}
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:68 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->Shopware\Core\Framework\DataAbstractionLayer\{closure} …
                › 
                ›     return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');}
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:68 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
                › 
                ›     return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');}
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Category/Service/CategoryBreadcrumbBuilder.php:108 {
                Shopware\Core\Content\Category\Service\CategoryBreadcrumbBuilder->getProductSeoCategory(ProductEntity $product, SalesChannelContext $context): CategoryEntity …
                › 
                › $categories = $this->categoryRepository->search($criteria, $context->getContext())->getEntities();if ($categories->count() > 0) {
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Product/SalesChannel/Detail/ProductDetailRoute.php:97 {
                Shopware\Core\Content\Product\SalesChannel\Detail\ProductDetailRoute->Shopware\Core\Content\Product\SalesChannel\Detail\{closure} …
                › $product->setSeoCategory(    $this->breadcrumbBuilder->getProductSeoCategory($product, $context));
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /home/vivkoqvl/shopware6_dev/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);
              }
              /home/vivkoqvl/shopware6_dev/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();
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/storefront/Controller/ProductController.php:53 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › {    $page = $this->productPageLoader->load($request, $context);}
              /home/vivkoqvl/shopware6_dev/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);}
              /home/vivkoqvl/shopware6_dev/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) {
              }
              /home/vivkoqvl/shopware6_dev/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);}
              }
              /home/vivkoqvl/shopware6_dev/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 {
              }
              /home/vivkoqvl/shopware6_dev/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);}
              /home/vivkoqvl/shopware6_dev/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);}
              /home/vivkoqvl/shopware6_dev/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);}
              }
              /home/vivkoqvl/shopware6_dev/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) {
              }
              /home/vivkoqvl/shopware6_dev/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')) {
              }
              /home/vivkoqvl/shopware6_dev/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);}
              }
              /home/vivkoqvl/shopware6_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/vivkoqvl/shopware6_dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.875+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.875+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.875+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.888+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.888+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.888+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.913+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.913+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.913+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.919+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\SalesChannelCriteriaSubscriber::addProductRuleFilter"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.938+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.938+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.938+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.938+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.939+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.939+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.939+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.939+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.939+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.939+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.939+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.939+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.939+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.939+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.939+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.939+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.939+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.939+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\SalesChannelCriteriaSubscriber::addProductRuleFilter"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.960+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.960+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\SalesChannelCriteriaSubscriber::addProductRuleFilter"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.974+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.974+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.974+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.974+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.975+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.975+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.975+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.975+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.975+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.975+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.975+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.975+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.975+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.975+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.975+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.975+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.975+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.975+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\SalesChannelCriteriaSubscriber::addProductRuleFilter"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.985+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" => 1758820304
        "timestamp_rfc3339" => "2025-09-25T17:11:44.986+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\SalesChannelCriteriaSubscriber::addProductRuleFilter"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.001+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.002+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.003+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.003+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.032+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.032+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.032+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.048+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.048+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Content\Cms\Events\CmsPageLoadedEvent"
          "listener" => "Swag\AmazonPay\Storefront\EventListeners\AmazonPayButtonEventListener::addAmazonPayButtonExtensionToCmsPage"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.048+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Content\Cms\Events\CmsPageLoadedEvent"
          "listener" => "Cogi\CogiAdvancedContactForm\Subscriber\MailBeforeSentEventSubscriber::onPageLoaded"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.048+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Content\Cms\Events\CmsPageLoadedEvent"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\ProductSubscriber::onCmsPageLoaded"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.048+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.049+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.049+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.050+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.050+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.050+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.050+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.050+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.054+00:00"
        "message" => "Uncaught PHP Exception ErrorException: "Warning: Undefined array key "pluginActiveInSaleschannel"" at GeneralSubscriber.php line 179"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => ErrorException {#8962
            #message: "Warning: Undefined array key "pluginActiveInSaleschannel""
            #code: 0
            #file: "/home/vivkoqvl/shopware6_dev/custom/plugins/DtgsGoogleTagManagerSw6/src/Subscriber/GeneralSubscriber.php"
            #line: 179
            #severity: E_WARNING
            trace: {
              /home/vivkoqvl/shopware6_dev/custom/plugins/DtgsGoogleTagManagerSw6/src/Subscriber/GeneralSubscriber.php:179 {
                Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber->onPageLoaded($event) …
                › /** GITHUB-26: Option to completely remove functionality from saleschannel */if(!$tagManagerConfig['pluginActiveInSaleschannel']) return;}
              /home/vivkoqvl/shopware6_dev/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 {
              }
              /home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /home/vivkoqvl/shopware6_dev/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);}
              }
              /home/vivkoqvl/shopware6_dev/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);}
              /home/vivkoqvl/shopware6_dev/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);}
              /home/vivkoqvl/shopware6_dev/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);}
              }
              /home/vivkoqvl/shopware6_dev/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 {
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/storefront/Page/GenericPageLoader.php:37 {
                Shopware\Storefront\Page\GenericPageLoader->Shopware\Storefront\Page\{closure} …
                › 
                › $this->eventDispatcher->dispatch(    new GenericPageLoadedEvent($page, $context, $request)
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/storefront/Page/GenericPageLoader.php:27 {
                Shopware\Storefront\Page\GenericPageLoader->load(Request $request, SalesChannelContext $context): Page …
                › {    return Profiler::trace('generic-page-loader', function () use ($request, $context) {        $page = new Page();
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/storefront/Page/Product/ProductPageLoader.php:77 {
                Shopware\Storefront\Page\Product\ProductPageLoader->load(Request $request, SalesChannelContext $context): ProductPage …
                › 
                › $page = $this->genericLoader->load($request, $context);$page = ProductPage::createFrom($page);
              }
              /home/vivkoqvl/shopware6_dev/vendor/shopware/storefront/Controller/ProductController.php:53 {
                Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
                › {    $page = $this->productPageLoader->load($request, $context);}
              /home/vivkoqvl/shopware6_dev/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);}
              /home/vivkoqvl/shopware6_dev/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) {
              }
              /home/vivkoqvl/shopware6_dev/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);}
              }
              /home/vivkoqvl/shopware6_dev/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 {
              }
              /home/vivkoqvl/shopware6_dev/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);}
              /home/vivkoqvl/shopware6_dev/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);}
              /home/vivkoqvl/shopware6_dev/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);}
              }
              /home/vivkoqvl/shopware6_dev/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) {
              }
              /home/vivkoqvl/shopware6_dev/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')) {
              }
              /home/vivkoqvl/shopware6_dev/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);}
              }
              /home/vivkoqvl/shopware6_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/vivkoqvl/shopware6_dev/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Pickware\ApiErrorHandlingBundle\ControllerExceptionHandling\AdminApiJsonApiErrorSerializableExceptionHandler::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Pickware\DebugBundle\ResponseExceptionListener\ResponseExceptionListenerDecorator::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.092+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.092+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.092+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Frosh\HtmlMinify\Listener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\StorefrontSubscriber::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\LoginSubscriber::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Redgecko\Magnalister\EventListeners\MagnalisterEventListener::setMagnalisterSecurityHeaders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pickware\ApiErrorHandlingBundle\ControllerExceptionHandling\JsonApiStashedErrorHandler::onResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pickware\ApiErrorHandlingBundle\JsonApiErrorTranslating\AdminApiJsonApiErrorExceptionLocalization::onResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.110+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"
      ]
    ]
    10131 => [
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollector::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\AddCacheTagEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\HttpCacheTagDataCollectorSubscriber::add"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\LoginSubscriber::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\Customer::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.055+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "zenit\PlatformStratus\Subscriber\KernelControllerSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pickware\ValidationBundle\Subscriber\JsonValidationAnnotationSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Pickware\ValidationBundle\Subscriber\AclValidationAnnotationSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Swag\AmazonPay\Framework\EventListeners\AmazonPayAddressValidationListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Pickware\ValidationBundle\Subscriber\JsonRequestValueResolver::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerX9Jw6xt\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.057+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.085+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.085+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.085+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Frosh\HtmlMinify\Listener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\StorefrontSubscriber::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "NetInventors\NetiNextAccessManager\Subscriber\LoginSubscriber::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Redgecko\Magnalister\EventListeners\MagnalisterEventListener::setMagnalisterSecurityHeaders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pickware\ApiErrorHandlingBundle\ControllerExceptionHandling\JsonApiStashedErrorHandler::onResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Pickware\ApiErrorHandlingBundle\JsonApiErrorTranslating\AdminApiJsonApiErrorExceptionLocalization::onResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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" => 1758820305
        "timestamp_rfc3339" => "2025-09-25T17:11:45.090+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
    1343 => 1
    10131 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1040 …}
}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/heif,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br"
accept-language
"en-US,en;q=0.5"
connection
"close"
forwarded
"for="47.128.41.202";host="devshop.vivil.net";proto=https"
host
"devshop.vivil.net"
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"none"
sec-fetch-user
"?1"
surrogate-capability
"symfony="ESI/1.0""
sw-context-token
"amjeQ8la7Q1EZx3qej92AHyOFFLJpVtd"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36"
x-forwarded-for
"47.128.41.202"
x-php-ob-level
"1"

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
"Thu, 25 Sep 2025 17:11:45 GMT"
sw-context-token
"amjeQ8la7Q1EZx3qej92AHyOFFLJpVtd"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
vary
"Accept"
x-debug-exception
"Warning%3A%20Undefined%20array%20key%20%22pluginActiveInSaleschannel%22"
x-debug-exception-file
"%2Fhome%2Fvivkoqvl%2Fshopware6_dev%2Fcustom%2Fplugins%2FDtgsGoogleTagManagerSw6%2Fsrc%2FSubscriber%2FGeneralSubscriber.php:179"
x-debug-token
"aa40fa"
x-frame-options
"sameorigin"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 13

Session Metadata

Key Value
Created
"Thu, 25 Sep 25 17:11:44 +0000"
Last used
"Thu, 25 Sep 25 17:11:44 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"v4380bhj0p6eohr6een3pdf4bc"
sw-context-token
"amjeQ8la7Q1EZx3qej92AHyOFFLJpVtd"
sw-sales-channel-id
"c059ed4691b44ed3b1a4635d5872fd85"

Session Usage

13 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:90
[
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 90
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/public/index.php"
    "line" => 11
    "args" => [
      "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:91
[
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 91
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/public/index.php"
    "line" => 11
    "args" => [
      "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:219
[
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 219
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 102
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/public/index.php"
    "line" => 11
    "args" => [
      "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:104
[
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 104
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/public/index.php"
    "line" => 11
    "args" => [
      "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:105
[
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 105
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/public/index.php"
    "line" => 11
    "args" => [
      "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:108
[
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 108
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/public/index.php"
    "line" => 11
    "args" => [
      "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver:64
[
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 64
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/public/index.php"
    "line" => 11
    "args" => [
      "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Swag\PayPal\Checkout\Cart\Validation\CartValidator:81
[
  [
    "file" => "/home/vivkoqvl/shopware6_dev/custom/plugins/SwagPayPal/src/Checkout/Cart/Validation/CartValidator.php"
    "line" => 81
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Checkout/Cart/Validator.php"
    "line" => 29
    "function" => "validate"
    "class" => "Swag\PayPal\Checkout\Cart\Validation\CartValidator"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Checkout/Cart/Processor.php"
    "line" => 63
    "function" => "validate"
    "class" => "Shopware\Core\Checkout\Cart\Validator"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Core\Checkout\Cart\{closure}"
    "class" => "Shopware\Core\Checkout\Cart\Processor"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Checkout/Cart/Processor.php"
    "line" => 34
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php"
    "line" => 109
    "function" => "process"
    "class" => "Shopware\Core\Checkout\Cart\Processor"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Core\Checkout\Cart\{closure}"
    "class" => "Shopware\Core\Checkout\Cart\CartRuleLoader"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php"
    "line" => 83
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php"
    "line" => 61
    "function" => "load"
    "class" => "Shopware\Core\Checkout\Cart\CartRuleLoader"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 97
    "function" => "loadByToken"
    "class" => "Shopware\Core\Checkout\Cart\CartRuleLoader"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Core\System\SalesChannel\Context\{closure}"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 61
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 66
    "function" => "get"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/public/index.php"
    "line" => 11
    "args" => [
      "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/public/index.php"
    "line" => 11
    "args" => [
      "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/public/index.php"
    "line" => 11
    "args" => [
      "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/public/index.php"
    "line" => 11
    "args" => [
      "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/public/index.php"
    "line" => 11
    "args" => [
      "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 43
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 41
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 28
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/shopware/core/Kernel.php"
    "line" => 129
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/vivkoqvl/shopware6_dev/public/index.php"
    "line" => 11
    "args" => [
      "/home/vivkoqvl/shopware6_dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"c9f886737091d8cbd94bd0d97250b952"
APP_URL
"https://vivil.dev.shopware.kempf-solutions.de"
APP_URL_CHECK_DISABLED
"1"
BLUE_GREEN_DEPLOYMENT
"0"
CACHE_ID
"vivldevcache"
DATABASE_URL
"mysql://vivkoqvl3:qex%26dLm6bIA4@127.0.0.1:3306/usrdb_vivkoqvl3"
INSTANCE_ID
"6139d22e72306903003c586694981c1d"
LOCK_DSN
"flock"
MAILER_URL
"null://null"
OPENSEARCH_URL
"http://localhost:9200"
PROXY_URL
"http://localhost"
SHOPWARE_CDN_STRATEGY_DEFAULT
"id"
SHOPWARE_ES_ENABLED
"0"
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"
STOREFRONT_PROXY_URL
"http://localhost"

Defined as regular env variables

Key Value
CONTEXT_DOCUMENT_ROOT
"/usr/local/fastcgi-starter/"
CONTEXT_PREFIX
"/fastcgist/"
DOCUMENT_ROOT
"/home/vivkoqvl/www.vivil.net/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GROUP
"vivkoqvl"
H2PUSH
"off"
H2_PUSH
"off"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"3"
H2_STREAM_TAG
"793322-25775-3"
HOME
"/home/vivkoqvl"
HTTP2
"on"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/heif,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_CONNECTION
"close"
HTTP_FORWARDED
"for="47.128.41.202";host="devshop.vivil.net";proto=https"
HTTP_HOST
"devshop.vivil.net"
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"none"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"47.128.41.202"
ORIG_PATH_INFO
"/index.php"
ORIG_PATH_TRANSLATED
"/home/vivkoqvl/www.vivil.net/index.php"
ORIG_SCRIPT_FILENAME
"/usr/local/fastcgi-starter/php8.3"
ORIG_SCRIPT_NAME
"/fastcgist/php8.3"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_FCGI_MAX_REQUESTS
"0"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_H2PUSH
"off"
REDIRECT_H2_PUSH
"off"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"3"
REDIRECT_H2_STREAM_TAG
"793322-25775-3"
REDIRECT_HANDLER
"php-fastcgi8.3"
REDIRECT_HTTP2
"on"
REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_H2PUSH
"off"
REDIRECT_REDIRECT_H2_PUSH
"off"
REDIRECT_REDIRECT_H2_PUSHED
""
REDIRECT_REDIRECT_H2_PUSHED_ON
""
REDIRECT_REDIRECT_H2_STREAM_ID
"3"
REDIRECT_REDIRECT_H2_STREAM_TAG
"793322-25775-3"
REDIRECT_REDIRECT_HTTP2
"on"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SSL_TLS_SNI
"devshop.vivil.net"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_SSL_TLS_SNI
"devshop.vivil.net"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/index.php"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"24024"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1758820304
REQUEST_TIME_FLOAT
1758820304.6514
REQUEST_URI
"/detail/2681fb578c4a4a08809f198d0225d5d7"
SCRIPT_FILENAME
"/home/vivkoqvl/shopware6_dev/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"185.39.220.45"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"devshop.vivil.net"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"devshop.vivil.net"
SYMFONY_DOTENV_PATH
"/home/vivkoqvl/shopware6_dev/.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,APP_DEBUG,MAILER_URL,STOREFRONT_PROXY_URL,APP_URL_CHECK_DISABLED,CACHE_ID,SHOPWARE_CDN_STRATEGY_DEFAULT"
USER
"vivkoqvl"

Parent Request

Return to parent request (token = e076ba)

Key Value
_controller
"Shopware\Storefront\Controller\ProductController::index"
_cspNonce
"ydKFe0XDEeY="
_httpCache
true
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_route
"frontend.detail.page"
_routeScope
[
  "storefront"
]
_route_params
[
  "_httpCache" => true
  "productId" => "2681fb578c4a4a08809f198d0225d5d7"
]
_stopwatch_token
"4c72f6"
productId
"2681fb578c4a4a08809f198d0225d5d7"
resolved-uri
"/detail/2681fb578c4a4a08809f198d0225d5d7"
sw-context
Shopware\Core\Framework\Context {#2056
  #extensions: [
    "GoogleTagManagerConfig" => Shopware\Core\Framework\Struct\ArrayEntity {#10689
      #extensions: []
      #_uniqueIdentifier: ? string
      #versionId: null
      #translated: []
      #createdAt: null
      #updatedAt: null
      -_entityName: null
      -_fieldVisibility: null
      #_entityName: "array-entity"
      #data: [
        "ga4_tags" => "[]"
      ]
    }
  ]
  #scope: "user"
  #rulesLocked: false
  #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#2053 …}
  #ruleIds: [
    "450e2633b03e4d3ba4876ae4e9e18386"
    "63ad5bc554b74283a05990154f195fad"
    "85ada361fb9a4b7b8fca5d89310f2052"
    "019372cb7584782d897266ba8f9ed321"
    "0193963c3aff781c8ef85d3f8369f0ab"
    "0196340b110a7eb39a1878f815f51c75"
    "018dcaf1067f75969ecfdf196668c5b1"
    "01919d0de21b758493154a22c8ee0d72"
    "0193734ef7fd72a098ed8fc978018374"
    "019376f498567517ad0e42ff40943583"
    "65807cd945ec4218afe6848a72c0a83f"
    "84cbc50fcd744c22818e8a527250550f"
    "e44e6782c64247b796b891cf25ae38f7"
  ]
  #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
  #languageIdChain: [
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
  ]
  #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
  #currencyFactor: 1.0
  #considerInheritance: true
  #taxState: "gross"
  #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#2038 …}
  #states: []
}
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"0197cacebe9a76b9a2e9b6eaf29bc41e"
sw-maintenance
false
sw-maintenance-ip-whitelist
"["109.90.118.140", "217.92.8.38"]"
sw-original-request-uri
"/rollen/limetteminze/2914ep"
sw-sales-channel-absolute-base-url
"https://devshop.vivil.net"
sw-sales-channel-base-url
""
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#2042
  #extensions: []
  #permissions: []
  #permisionsLocked: false
  #imitatingUserId: null
  #context: Shopware\Core\Framework\Context {#2056
    #extensions: [
      "GoogleTagManagerConfig" => Shopware\Core\Framework\Struct\ArrayEntity {#10689
        #extensions: []
        #_uniqueIdentifier: ? string
        #versionId: null
        #translated: []
        #createdAt: null
        #updatedAt: null
        -_entityName: null
        -_fieldVisibility: null
        #_entityName: "array-entity"
        #data: [
          "ga4_tags" => "[]"
        ]
      }
    ]
    #scope: "user"
    #rulesLocked: false
    #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#2053 …}
    #ruleIds: [
      "450e2633b03e4d3ba4876ae4e9e18386"
      "63ad5bc554b74283a05990154f195fad"
      "85ada361fb9a4b7b8fca5d89310f2052"
      "019372cb7584782d897266ba8f9ed321"
      "0193963c3aff781c8ef85d3f8369f0ab"
      "0196340b110a7eb39a1878f815f51c75"
      "018dcaf1067f75969ecfdf196668c5b1"
      "01919d0de21b758493154a22c8ee0d72"
      "0193734ef7fd72a098ed8fc978018374"
      "019376f498567517ad0e42ff40943583"
      "65807cd945ec4218afe6848a72c0a83f"
      "84cbc50fcd744c22818e8a527250550f"
      "e44e6782c64247b796b891cf25ae38f7"
    ]
    #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
    #languageIdChain: [
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    ]
    #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
    #currencyFactor: 1.0
    #considerInheritance: true
    #taxState: "gross"
    #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#2038 …}
    #states: []
  }
  #token: "amjeQ8la7Q1EZx3qej92AHyOFFLJpVtd"
  -domainId: "0197cacebe9a76b9a2e9b6eaf29bc41e"
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#4061 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#4145 …}
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#4040 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#3862 …}
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#4126 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#4395 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#4429 …}
  #customer: null
  #itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#2038 …}
  #totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#4139 …}
  #languageInfo: Shopware\Core\System\SalesChannel\Context\LanguageInfo {#2057 …}
  #areaRuleIds: [
    "shipping" => [
      "450e2633b03e4d3ba4876ae4e9e18386"
      "63ad5bc554b74283a05990154f195fad"
      "65807cd945ec4218afe6848a72c0a83f"
    ]
    "flow" => [
      "019372cb7584782d897266ba8f9ed321"
      "0193963c3aff781c8ef85d3f8369f0ab"
      "0196340b110a7eb39a1878f815f51c75"
      "0193734ef7fd72a098ed8fc978018374"
      "019376f498567517ad0e42ff40943583"
    ]
    "payment" => [
      "e44e6782c64247b796b891cf25ae38f7"
    ]
  ]
  #states: []
}
sw-sales-channel-id
"c059ed4691b44ed3b1a4635d5872fd85"
sw-snippet-set-id
"4e838d1301ca441b994ac5379a7263c1"
sw-storefront-url
"https://devshop.vivil.net"
theme-base-name
null
theme-id
"018b1df77d857036aa24926622356267"
theme-name
"zenitPlatformStratus"