https://tuerschildshop.go-stage.at/suggest?search=lebepur%20matcha

ErrorController

Request

GET Parameters

Key Value
search
"lebepur matcha"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"y7T/x2cDn/Y="
_route_params
null
_stopwatch_token
"5575c9"
exception
Shopware\Core\Framework\Uuid\Exception\InvalidUuidException {#8798
  #parameters: [
    "input" => "0"
  ]
  -statusCode: 400
  -headers: []
  #message: "Value is not a valid UUID: 0"
  #code: 0
  #file: "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Uuid/Uuid.php"
  #line: 93
  trace: {
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Uuid/Uuid.php:93 {
      Shopware\Core\Framework\Uuid\Uuid::fromHexToBytes(string $uuid): string …
      › 
      ›     throw new InvalidUuidException($uuid);}
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:246 {
      Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\{closure} …
      › $value = array_map(function (string $id) {    return Uuid::fromHexToBytes($id);}, $value);
    }
    Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\{closure}() {}
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:245 {
      Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->parseEqualsAnyFilter(EqualsAnyFilter $query, EntityDefinition $definition, string $root, Context $context): ParseResult …
      › if ($field instanceof IdField || $field instanceof FkField) {    $value = array_map(function (string $id) {        return Uuid::fromHexToBytes($id);
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:112 {
      Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->parse(Filter $query, EntityDefinition $definition, Context $context, string $root = null, bool $negated = false): ParseResult …
      › case $query instanceof EqualsAnyFilter:    return $this->parseEqualsAnyFilter($query, $definition, $root, $context);case $query instanceof ContainsFilter:
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:329 {
      Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->iterateNested(MultiFilter $query, EntityDefinition $definition, string $root, Context $context, bool $negated): ParseResult …
      › $result = $result->merge(    $this->parse($multiFilter, $definition, $context, $root, $negated));
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:293 {
      Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->parseMultiFilter(MultiFilter $query, EntityDefinition $definition, string $root, Context $context, bool $negated): ParseResult …
      › {    $result = $this->iterateNested($query, $definition, $root, $context, $negated);}
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:124 {
      Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->parse(Filter $query, EntityDefinition $definition, Context $context, string $root = null, bool $negated = false): ParseResult …
      › case $query instanceof MultiFilter:    return $this->parseMultiFilter($query, $definition, $root, $context, $negated);default:
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:329 {
      Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->iterateNested(MultiFilter $query, EntityDefinition $definition, string $root, Context $context, bool $negated): ParseResult …
      › $result = $result->merge(    $this->parse($multiFilter, $definition, $context, $root, $negated));
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:293 {
      Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->parseMultiFilter(MultiFilter $query, EntityDefinition $definition, string $root, Context $context, bool $negated): ParseResult …
      › {    $result = $this->iterateNested($query, $definition, $root, $context, $negated);}
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/DataAbstractionLayer/Search/Parser/SqlQueryParser.php:124 {
      Shopware\Core\Framework\DataAbstractionLayer\Search\Parser\SqlQueryParser->parse(Filter $query, EntityDefinition $definition, Context $context, string $root = null, bool $negated = false): ParseResult …
      › case $query instanceof MultiFilter:    return $this->parseMultiFilter($query, $definition, $root, $context, $negated);default:
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryBuilder.php:122 {
      Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder->addFilter(EntityDefinition $definition, ?Filter $filter, QueryBuilder $query, Context $context): void …
      › 
      › $parsed = $this->parser->parse($filter, $definition, $context);}
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/CriteriaQueryBuilder.php:103 {
      Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder->build(QueryBuilder $query, EntityDefinition $definition, Criteria $criteria, Context $context, array $paths = []): QueryBuilder …
      › 
      › $this->addFilter($definition, $filter, $query, $context);}
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/EntitySearcher.php:82 {
      Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult …
      › 
      › $query = $this->criteriaQueryBuilder->build($query, $definition, $criteria, $context);}
    /data/www/stage.tuerschildshop/vendor/shopware/elasticsearch/Framework/DataAbstractionLayer/ElasticsearchEntitySearcher.php:63 {
      Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher->search(EntityDefinition $definition, Criteria $criteria, Context $context): IdSearchResult …
      › if (!$this->helper->allowSearch($definition, $context, $criteria)) {    return $this->decorated->search($definition, $criteria, $context);}
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php:214 {
      Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository->doSearch(Criteria $criteria, SalesChannelContext $salesChannelContext): IdSearchResult …
      › {    $result = $this->searcher->search($this->definition, $criteria, $salesChannelContext->getContext());}
    /data/www/stage.tuerschildshop/vendor/shopware/core/System/SalesChannel/Entity/SalesChannelRepository.php:183 {
      Shopware\Core\System\SalesChannel\Entity\SalesChannelRepository->searchIds(Criteria $criteria, SalesChannelContext $salesChannelContext): IdSearchResult …
      › 
      ›     return $this->doSearch($criteria, $salesChannelContext);}
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/Content/Product/SalesChannel/Listing/ProductListingLoader.php:70 {
      Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader->load(Criteria $origin, SalesChannelContext $context): EntitySearchResult …
      › 
      › $ids = $this->repository->searchIds($criteria, $context);}
    /data/www/stage.tuerschildshop/vendor/shopware/core/Content/Product/SalesChannel/Suggest/ProductSuggestRoute.php:92 {
      Shopware\Core\Content\Product\SalesChannel\Suggest\ProductSuggestRoute->load(Request $request, SalesChannelContext $context, Criteria $criteria): ProductSuggestRouteResponse …
      › 
      › $result = $this->productListingLoader->load($criteria, $context);}
    /data/www/stage.tuerschildshop/vendor/shopware/core/Content/Product/SalesChannel/Suggest/CachedProductSuggestRoute.php:95 {
      Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute->Shopware\Core\Content\Product\SalesChannel\Suggest\{closure} …
      › $response = $this->tracer->trace(self::NAME, function () use ($request, $context, $criteria) {    return $this->getDecorated()->load($request, $context, $criteria);});
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/System/SystemConfig/SystemConfigService.php:348 {
      Shopware\Core\System\SystemConfig\SystemConfigService->trace(string $key, Closure $param) …
      › 
      › $result = $param();}
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:43 {
      Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
      › return $this->translator->trace($key, function () use ($key, $param) {    return $this->config->trace($key, $param);});
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Adapter/Translation/Translator.php:121 {
      Shopware\Core\Framework\Adapter\Translation\Translator->trace(string $key, Closure $param) …
      › 
      › $result = $param();}
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:44 {
      Shopware\Core\Framework\Adapter\Cache\CacheTracer->Shopware\Core\Framework\Adapter\Cache\{closure} …
      ›         return $this->config->trace($key, $param);    });});
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php:46 {
      Shopware\Core\Framework\Adapter\Cache\CacheTagCollection->trace(string $key, Closure $param) …
      › 
      › $result = $param();}
    /data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php:45 {
      Shopware\Core\Framework\Adapter\Cache\CacheTracer->trace(string $key, Closure $param) …
      ›         });    });}
    }
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:39 {
      Shopware\Storefront\Framework\Cache\CacheTracer->Shopware\Storefront\Framework\Cache\{closure} …
      › return $this->themeConfigAccessor->trace($key, function () use ($key, $param) {    return $this->getDecorated()->trace($key, $param);});
    }
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php:57 {
      Shopware\Storefront\Theme\ThemeConfigValueAccessor->trace(string $key, Closure $param) …
      › 
      › $result = $param();}
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Cache/CacheTracer.php:40 {
      Shopware\Storefront\Framework\Cache\CacheTracer->trace(string $key, Closure $param) …
      ›         return $this->getDecorated()->trace($key, $param);    });}
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/Content/Product/SalesChannel/Suggest/CachedProductSuggestRoute.php:96 {
      Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute->Shopware\Core\Content\Product\SalesChannel\Suggest\{closure} …
      ›     return $this->getDecorated()->load($request, $context, $criteria);});}
    /data/www/stage.tuerschildshop/vendor/symfony/cache-contracts/CacheTrait.php:72 {
      Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, array &$metadata = null, LoggerInterface $logger = null) …
      › $save = true;$item->set($callback($item, $save));if ($save) {
    }
    /data/www/stage.tuerschildshop/vendor/symfony/cache-contracts/CacheTrait.php:35 {
      Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, float $beta = null, array &$metadata = null) …
      › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/Content/Product/SalesChannel/Suggest/CachedProductSuggestRoute.php:101 {
      Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute->load(Request $request, SalesChannelContext $context, Criteria $criteria): ProductSuggestRouteResponse …
      ›     return CacheValueCompressor::compress($response);});}
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Page/Suggest/SuggestPageLoader.php:61 {
      Shopware\Storefront\Page\Suggest\SuggestPageLoader->load(Request $request, SalesChannelContext $salesChannelContext): SuggestPage …
      › $this->productSuggestRoute    ->load($request, $salesChannelContext, $criteria)    ->getListingResult()
    }
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Controller/SearchController.php:90 {
      Shopware\Storefront\Controller\SearchController->suggest(SalesChannelContext $context, Request $request): Response …
      › {    $page = $this->suggestPageLoader->load($request, $context);}
    /data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php:154 {
      Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
      › 
      › $response = $kernel->handle($transformed, $type, $catch);}
    /data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php:79 {
      Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
      › try {    return $this->doHandle($request, (int) $type, (bool) $catch);} catch (\Doctrine\DBAL\Exception $e) {
    }
    /data/www/stage.tuerschildshop/public/index.php:85 {
      › 
      › $result = $kernel->handle($request);}
  }
}
logger
Symfony\Bridge\Monolog\Logger {#980 …8}

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, br"
accept-language
"en-US,en;q=0.5"
cdn-loop
"cloudflare; loops=1"
cf-connecting-ip
"47.128.115.3"
cf-ray
"8c69cf2d7a324691-SIN"
cf-visitor
"{"scheme":"https"}"
connection
"Keep-Alive"
host
"tuerschildshop.go-stage.at"
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"none"
sec-fetch-user
"?1"
sw-context-token
"u0rp1ptWJ7RyuyygLKJtzPckL8aVOQCY"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"
x-forwarded-for
"47.128.115.3"
x-forwarded-proto
"https"
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
"Sat, 21 Sep 2024 11:45:30 GMT"
sw-context-token
"u0rp1ptWJ7RyuyygLKJtzPckL8aVOQCY"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
x-debug-exception
"Value%20is%20not%20a%20valid%20UUID%3A%200"
x-debug-exception-file
"%2Fdata%2Fwww%2Fstage.tuerschildshop%2Fvendor%2Fshopware%2Fcore%2FFramework%2FUuid%2FUuid.php:93"
x-debug-token
"fcd2c2"
x-frame-options
"deny"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 14

Session Metadata

Key Value
Created
"Sat, 21 Sep 24 11:45:29 +0000"
Last used
"Sat, 21 Sep 24 11:45:29 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"20eq41mmg945viu7nf0mqrr2vn"
sw-context-token
"u0rp1ptWJ7RyuyygLKJtzPckL8aVOQCY"
sw-sales-channel-id
"b4201dccdb1b467791250231595ccd1e"

Session Usage

14 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:178
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 178
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:179
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 179
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:422
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 422
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 191
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:193
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 193
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:194
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 194
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:199
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 199
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Swag\PayPal\Checkout\Cart\Validation\CartValidator:71
[
  [
    "file" => "/data/www/stage.tuerschildshop/custom/plugins/SwagPayPal/src/Checkout/Cart/Validation/CartValidator.php"
    "line" => 71
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Checkout/Cart/Validator.php"
    "line" => 27
    "function" => "validate"
    "class" => "Swag\PayPal\Checkout\Cart\Validation\CartValidator"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Checkout/Cart/Processor.php"
    "line" => 74
    "function" => "validate"
    "class" => "Shopware\Core\Checkout\Cart\Validator"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 59
    "function" => "Shopware\Core\Checkout\Cart\{closure}"
    "class" => "Shopware\Core\Checkout\Cart\Processor"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Checkout/Cart/Processor.php"
    "line" => 84
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php"
    "line" => 130
    "function" => "process"
    "class" => "Shopware\Core\Checkout\Cart\Processor"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 59
    "function" => "Shopware\Core\Checkout\Cart\{closure}"
    "class" => "Shopware\Core\Checkout\Cart\CartRuleLoader"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php"
    "line" => 181
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php"
    "line" => 86
    "function" => "load"
    "class" => "Shopware\Core\Checkout\Cart\CartRuleLoader"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 104
    "function" => "loadByToken"
    "class" => "Shopware\Core\Checkout\Cart\CartRuleLoader"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 59
    "function" => "Shopware\Core\System\SalesChannel\Context\{closure}"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 109
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 106
    "function" => "get"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 38
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 151
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService:76
[
  [
    "file" => "/data/www/stage.tuerschildshop/custom/plugins/SwagPayPal/src/Storefront/Data/Service/FundingEligibilityDataService.php"
    "line" => 76
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/custom/plugins/SwagPayPal/src/Storefront/Data/Service/FundingEligibilityDataService.php"
    "line" => 56
    "function" => "getFilteredPaymentMethods"
    "class" => "Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/custom/plugins/SwagPayPal/src/Storefront/Data/FundingSubscriber.php"
    "line" => 49
    "function" => "buildData"
    "class" => "Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "addFundingAvailabilityData"
    "class" => "Swag\PayPal\Storefront\Data\FundingSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php"
    "line" => 51
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Page/GenericPageLoader.php"
    "line" => 91
    "function" => "load"
    "class" => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 59
    "function" => "Shopware\Storefront\Page\{closure}"
    "class" => "Shopware\Storefront\Page\GenericPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Page/GenericPageLoader.php"
    "line" => 130
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Page/Suggest/SuggestPageLoader.php"
    "line" => 52
    "function" => "load"
    "class" => "Shopware\Storefront\Page\GenericPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Controller/SearchController.php"
    "line" => 90
    "function" => "load"
    "class" => "Shopware\Storefront\Page\Suggest\SuggestPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "suggest"
    "class" => "Shopware\Storefront\Controller\SearchController"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:427
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 427
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 191
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"def00000df739ebc13635b0ec15873941bbd36ab6ecfcd959a47d0c19111d25ba72ec949413642ceeab99c3de577743e6ac9bdb10900d72ee5f8d0ca88f7739aff65ebd0"
APP_URL
"http://tuerschildshop.go-stage.at/public"
BLUE_GREEN_DEPLOYMENT
"1"
COMPOSER_HOME
"/data/www/stage.tuerschildshop/var/cache/composer"
DATABASE_URL
"mysql://tuerschildshop:A4jAB4Pppwf9w3U@localhost:3306/tuerschildshop_stage"
INSTANCE_ID
"0LnNzDILMMUMcPivLJfe19L6DlyoROxt"
MAILER_URL
"sendmail://localhost"
SHOPWARE_CDN_STRATEGY_DEFAULT
"id"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_HOSTS
""
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_HTTP_CACHE_ENABLED
"0"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/data/www/stage.tuerschildshop/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/data/www/stage.tuerschildshop/public/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/usr/share/httpd"
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, br"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"47.128.115.3"
HTTP_CF_RAY
"8c69cf2d7a324691-SIN"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_CONNECTION
"Keep-Alive"
HTTP_HOST
"tuerschildshop.go-stage.at"
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 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"
HTTP_X_FORWARDED_FOR
"47.128.115.3"
HTTP_X_FORWARDED_PROTO
"https"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"search=lebepur%20matcha"
REDIRECT_HTTPS
"on"
REDIRECT_QUERY_STRING
"search=lebepur%20matcha"
REDIRECT_SSL_TLS_SNI
"tuerschildshop.go-stage.at"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Zu6x2RbjM3e4006@l8CgSwAAAI8"
REDIRECT_URL
"/suggest"
REMOTE_ADDR
"172.71.152.34"
REMOTE_PORT
"47634"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1726919129
REQUEST_TIME_FLOAT
1726919129.645
REQUEST_URI
"/suggest"
SCRIPT_FILENAME
"/data/www/stage.tuerschildshop/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"88.99.125.189"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"tuerschildshop.go-stage.at"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_EXPORT
"false"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_CLIENT_VERIFY
"NONE"
SSL_COMPRESS_METHOD
"NULL"
SSL_PROTOCOL
"TLSv1.3"
SSL_SECURE_RENEG
"false"
SSL_SERVER_A_KEY
"rsaEncryption"
SSL_SERVER_A_SIG
"sha256WithRSAEncryption"
SSL_SERVER_I_DN
"ST=California,L=San Francisco,OU=CloudFlare Origin SSL Certificate Authority,O=CloudFlare\, Inc.,C=US"
SSL_SERVER_I_DN_C
"US"
SSL_SERVER_I_DN_L
"San Francisco"
SSL_SERVER_I_DN_O
"CloudFlare, Inc."
SSL_SERVER_I_DN_OU
"CloudFlare Origin SSL Certificate Authority"
SSL_SERVER_I_DN_ST
"California"
SSL_SERVER_M_SERIAL
"19E4FE74583B56128E39C998298FCD330283D20E"
SSL_SERVER_M_VERSION
"3"
SSL_SERVER_SAN_DNS_0
"*.tuerschild.shop"
SSL_SERVER_SAN_DNS_1
"tuerschild.shop"
SSL_SERVER_S_DN
"CN=CloudFlare Origin Certificate,OU=CloudFlare Origin CA,O=CloudFlare\, Inc."
SSL_SERVER_S_DN_CN
"CloudFlare Origin Certificate"
SSL_SERVER_S_DN_O
"CloudFlare, Inc."
SSL_SERVER_S_DN_OU
"CloudFlare Origin CA"
SSL_SERVER_V_END
"Feb 27 13:07:00 2036 GMT"
SSL_SERVER_V_START
"Mar  2 13:07:00 2021 GMT"
SSL_SESSION_ID
"d73641f3118f0b2d423f5c4606a24b4862ca791247efb8cfb34258477d3fb9fd"
SSL_SESSION_RESUMED
"Initial"
SSL_TLS_SNI
"tuerschildshop.go-stage.at"
SSL_VERSION_INTERFACE
"mod_ssl/2.4.37"
SSL_VERSION_LIBRARY
"OpenSSL/1.1.1k"
SYMFONY_DOTENV_VARS
"APP_SECRET,APP_URL,MAILER_URL,DATABASE_URL,COMPOSER_HOME,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,SHOPWARE_HTTP_CACHE_ENABLED,APP_ENV,SHOPWARE_HTTP_DEFAULT_TTL,SHOPWARE_ES_HOSTS,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_CDN_STRATEGY_DEFAULT"
UNIQUE_ID
"Zu6x2RbjM3e4006@l8CgSwAAAI8"
USER
"apache"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 799135)

Key Value
XmlHttpRequest
true
_controller
"Shopware\Storefront\Controller\SearchController::suggest"
_cspNonce
"rlQz89s4GEA="
_httpCache
[
  Shopware\Storefront\Framework\Cache\Annotation\HttpCache {#1907
    -maxAge: null
    -states: null
  }
]
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_route
"frontend.search.suggest"
_routeScope
[
  "storefront"
]
_route_params
[
  "XmlHttpRequest" => true
]
_since
Shopware\Core\Framework\Routing\Annotation\Since {#1903
  -value: "6.0.0.0"
}
_stopwatch_token
"d35372"
resolved-uri
"/suggest"
sw-context
Shopware\Core\Framework\Context {#1934
  #languageIdChain: [
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
  ]
  #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
  #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
  #currencyFactor: 1.0
  #scope: "user"
  #ruleIds: [
    "c5c29af2725f4974a693d49ce4984add"
    "f13d9e6a34a349d5aaadb881ad32939f"
    "3858957016644de4ae48c0500bf3ccc8"
    "3dc82f1edd7042fd96c61e9f654e3dcd"
    "4b202782cbef4824b71c49eb674eca43"
    "97a80e6fe44f420eb71b73d126e1c163"
    "b18e985f989b4a6981aab429924e3055"
    "d43ec73ea3744414b1043799aba3e08e"
    "e1378db7808a478f919e0d740d5d6c1a"
    "e7024a62eabc445aab88f00201cda49b"
    "28caae75a5624f0d985abd0eb32aa160"
    "fff99bc18bbd411a948d466cd80d5553"
  ]
  #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#1931 …}
  #considerInheritance: true
  #taxState: "net"
  #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#4495 …}
  #extensions: []
  -states: [
    "elasticsearchAware" => "elasticsearchAware"
  ]
}
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"0e5e6e2bc4da4faca01ba0409627da18"
sw-maintenance
false
sw-maintenance-ip-whitelist
"["91.133.76.1", "81.223.129.178", "89.26.105.1", "172.68.110.122", "162.158.129.164"]"
sw-original-request-uri
"/suggest?search=lebepur%20matcha"
sw-sales-channel-absolute-base-url
"https://tuerschildshop.go-stage.at"
sw-sales-channel-base-url
""
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#1927
  #token: "u0rp1ptWJ7RyuyygLKJtzPckL8aVOQCY"
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#1937 …}
  #fallbackCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#1937 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#4494 …}
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#2184 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#3783 …}
  #customer: null
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#3850 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#3996 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#4329 …}
  #rulesIds: [
    "c5c29af2725f4974a693d49ce4984add"
    "f13d9e6a34a349d5aaadb881ad32939f"
    "3858957016644de4ae48c0500bf3ccc8"
    "3dc82f1edd7042fd96c61e9f654e3dcd"
    "4b202782cbef4824b71c49eb674eca43"
    "97a80e6fe44f420eb71b73d126e1c163"
    "b18e985f989b4a6981aab429924e3055"
    "d43ec73ea3744414b1043799aba3e08e"
    "e1378db7808a478f919e0d740d5d6c1a"
    "e7024a62eabc445aab88f00201cda49b"
    "28caae75a5624f0d985abd0eb32aa160"
    "fff99bc18bbd411a948d466cd80d5553"
  ]
  #areaRuleIds: [
    "payment" => [
      "c5c29af2725f4974a693d49ce4984add"
      "f13d9e6a34a349d5aaadb881ad32939f"
      "b18e985f989b4a6981aab429924e3055"
      "fff99bc18bbd411a948d466cd80d5553"
    ]
    "product" => [
      "97a80e6fe44f420eb71b73d126e1c163"
    ]
    "promotion" => [
      "b18e985f989b4a6981aab429924e3055"
      "fff99bc18bbd411a948d466cd80d5553"
    ]
  ]
  #rulesLocked: false
  #permissions: []
  #permisionsLocked: false
  #context: Shopware\Core\Framework\Context {#1934
    #languageIdChain: [
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    ]
    #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
    #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
    #currencyFactor: 1.0
    #scope: "user"
    #ruleIds: [
      "c5c29af2725f4974a693d49ce4984add"
      "f13d9e6a34a349d5aaadb881ad32939f"
      "3858957016644de4ae48c0500bf3ccc8"
      "3dc82f1edd7042fd96c61e9f654e3dcd"
      "4b202782cbef4824b71c49eb674eca43"
      "97a80e6fe44f420eb71b73d126e1c163"
      "b18e985f989b4a6981aab429924e3055"
      "d43ec73ea3744414b1043799aba3e08e"
      "e1378db7808a478f919e0d740d5d6c1a"
      "e7024a62eabc445aab88f00201cda49b"
      "28caae75a5624f0d985abd0eb32aa160"
      "fff99bc18bbd411a948d466cd80d5553"
    ]
    #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#1931 …}
    #considerInheritance: true
    #taxState: "net"
    #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#4495 …}
    #extensions: []
    -states: [
      "elasticsearchAware" => "elasticsearchAware"
    ]
  }
  -itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#4495 …}
  -totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#4497 …}
  -domainId: "0e5e6e2bc4da4faca01ba0409627da18"
  #extensions: []
  -states: []
}
sw-sales-channel-id
"b4201dccdb1b467791250231595ccd1e"
sw-snippet-set-id
"bd6df446fb3b4773af77c3182f0e385d"
sw-storefront-url
"https://tuerschildshop.go-stage.at"
theme-base-name
null
theme-id
"ff23aca4ae6b49068a8dd7b27aebc098"
theme-name
"Tuerschild_2"