Error 500 Internal Server Error

GET https://family.constellation.cool/tutorial

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"04a847"
exception
Error {#3139
  #message: "Call to a member function getActiveMember() on null"
  #code: 0
  #file: "/code/src/Controller/Site/Family/DemoController.php"
  #line: 39
  trace: {
    /code/src/Controller/Site/Family/DemoController.php:39 {
      App\Controller\Site\Family\DemoController->GetFamilyTutorial(Request $request, UserChallengeManager $userChallengeManager, SessionInterface $session, UserPasswordHasherInterface $hasher, ClassroomFactory $classroomFactory, DemoController $troubadourDemoController): Response …
      › ): Response {    if ($this->getFamily()->getActiveMember()) {        $this->getFamily()->getActiveMember()->setHasSeenGuidedTutorial(true);
    }
    /code/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#33 …}
        $userChallengeManager: App\Service\Challenge\UserChallengeManager {#3014 …}
        $session: Symfony\Component\HttpFoundation\Session\Session {#2172 …}
        $hasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#2874 …}
        $classroomFactory: App\Factories\ClassroomFactory {#3043 …}
        $troubadourDemoController: App\Controller\Site\Troubadour\DemoController {#3053 …}
      }
    }
    /code/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#33 …}
        $type: 1
      }
    }
    /code/vendor/symfony/http-kernel/Kernel.php:182 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#33 …}
        $type: 1
        $catch: true
      }
    }
    /code/web/index.php:48 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#33 …}
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#675
  -records: [
    33 => [
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.102+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "charset" => "utf8mb4"
            "host" => "constellation-web.cluster-ctnrcl0n8o8r.ca-central-1.rds.amazonaws.com"
            "dbname" => "nano_ca_dev_merged"
            "user" => "nano_ca_dev"
            "password" => "<redacted>"
            "port" => "3306"
            "idle_connection_ttl" => 600
            "driverOptions" => [
              1009 => "/code/config/keys/ca-central-1-bundle.pem"
            ]
            "serverVersion" => "8.0.39"
            "defaultTableOptions" => [
              "charset" => "utf8mb4"
              "collation" => "utf8mb4_unicode_ci"
            ]
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.113+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0_.id AS id_0, t0_.`content` AS content_1, t0_.lastTranslationUpdate AS lastTranslationUpdate_2, t0_.lastTranslationPageAccess AS lastTranslationPageAccess_3, t0_.lastTranslationPageToken AS lastTranslationPageToken_4, t0_.firstTranslationUpdate AS firstTranslationUpdate_5 FROM `TranslationFile` t0_ ORDER BY t0_.id DESC LIMIT 1"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.132+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.133+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "nano_ca_dev_merged"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#2156
              +name: "STRING"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.136+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.178+00:00"
        "message" => "Executing command "CONNECT tls://constellation-web-develop-cache-3ighqi.serverless.cac1.cache.amazonaws.com 6379 5 <null> 5 5""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "snc_redis"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.180+00:00"
        "message" => "Executing command "AUTH constellation-web-develop-user L7A=Va1sE8#vYt)(q?w9""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "snc_redis"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.182+00:00"
        "message" => "Executing command "MGET s1ki7IuoxY:DateTime__CLASSMETADATA__""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "snc_redis"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.183+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_ WHERE m0_.starting_date < ? AND m0_.ending_date > ? AND m0_.is_completed = 0"
          "params" => [
            1 => "2025-04-28 16:18:36"
            2 => "2025-04-28 16:18:36"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#2156}
            2 => Doctrine\DBAL\ParameterType {#2156}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.241+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.242+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "nano_ca_dev_merged"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#2156}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.245+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.246+00:00"
        "message" => "Executing command "MGET s1ki7IuoxY:DateTime__CLASSMETADATA__""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "snc_redis"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.247+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_ WHERE m0_.starting_date < ? AND m0_.ending_date > ? AND m0_.is_completed = 0"
          "params" => [
            1 => "2025-04-28 16:18:36"
            2 => "2025-04-28 16:18:36"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#2156}
            2 => Doctrine\DBAL\ParameterType {#2156}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.250+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "family_site_tutorial_"
          "route_parameters" => [
            "_route" => "family_site_tutorial_"
            "flow" => "family_demo"
            "_controller" => "App\Controller\Site\Family\DemoController::GetFamilyTutorial"
            "_locale" => "en-CA"
          ]
          "request_uri" => "https://family.constellation.cool/tutorial"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.251+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT l0_.id AS id_0, l0_.language AS language_1, l0_.displayName AS displayName_2, l0_.tag AS tag_3, l0_.isActive AS isActive_4, l0_.noun_sample AS noun_sample_5, l0_.adjective_sample AS adjective_sample_6 FROM `Language` l0_ WHERE l0_.isActive = ?"
          "params" => [
            1 => 1
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#2243
              +name: "BOOLEAN"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.254+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 4
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.254+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.254+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.254+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.254+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.254+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.254+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.254+00:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.254+00:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.256+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.created_at AS created_at_2, f0_.is_marked_as_group AS is_marked_as_group_3, f0_.manager_id AS manager_id_4, f0_.active_member_id AS active_member_id_5 FROM `Family` f0_ WHERE f0_.manager_id IS NULL LIMIT 1"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.258+00:00"
        "message" => "Uncaught PHP Exception Error: "Call to a member function getActiveMember() on null" at DemoController.php line 39"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Error {#3139
            #message: "Call to a member function getActiveMember() on null"
            #code: 0
            #file: "/code/src/Controller/Site/Family/DemoController.php"
            #line: 39
            trace: {
              /code/src/Controller/Site/Family/DemoController.php:39 {
                App\Controller\Site\Family\DemoController->GetFamilyTutorial(Request $request, UserChallengeManager $userChallengeManager, SessionInterface $session, UserPasswordHasherInterface $hasher, ClassroomFactory $classroomFactory, DemoController $troubadourDemoController): Response …
                › ): Response {    if ($this->getFamily()->getActiveMember()) {        $this->getFamily()->getActiveMember()->setHasSeenGuidedTutorial(true);
              }
              /code/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#33 …}
                  $userChallengeManager: App\Service\Challenge\UserChallengeManager {#3014 …}
                  $session: Symfony\Component\HttpFoundation\Session\Session {#2172 …}
                  $hasher: Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher {#2874 …}
                  $classroomFactory: App\Factories\ClassroomFactory {#3043 …}
                  $troubadourDemoController: App\Controller\Site\Troubadour\DemoController {#3053 …}
                }
              }
              /code/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#33 …}
                  $type: 1
                }
              }
              /code/vendor/symfony/http-kernel/Kernel.php:182 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#33 …}
                  $type: 1
                  $catch: true
                }
              }
              /code/web/index.php:48 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#33 …}
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.294+00:00"
        "message" => "Executing command "SETEX nanomonx_dev_502cd146798a40fe511bd5273db2f15a 86400 _sf2_attributes|a:10:{s:20:"DeviceDetector_setup";b:1;s:20:"DeviceDetector_isBot";b:1;s:24:"DeviceDetector_hasClient";b:0;s:24:"DeviceDetector_isDesktop";b:0;s:23:"DeviceDetector_isTablet";b:0;s:23:"DeviceDetector_isMobile";b:0;s:17:"DeviceDetector_os";N;s:26:"DeviceDetector_client_name";N;s:29:"DeviceDetector_client_version";N;s:4:"lang";s:5:"en-CA";}_sf2_meta|a:3:{s:1:"u";i:1745871516;s:1:"c";i:1745871516;s:1:"l";i:604800;}""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "snc_redis"
      ]
    ]
    3271 => [
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.259+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.260+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "nano_ca_dev_merged"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#2156}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.263+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.265+00:00"
        "message" => "Executing command "MGET s1ki7IuoxY:DateTime__CLASSMETADATA__""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "snc_redis"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.265+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_ WHERE m0_.starting_date < ? AND m0_.ending_date > ? AND m0_.is_completed = 0"
          "params" => [
            1 => "2025-04-28 16:18:36"
            2 => "2025-04-28 16:18:36"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#2156}
            2 => Doctrine\DBAL\ParameterType {#2156}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.266+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT DATABASE()"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.266+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => """
            SELECT TABLE_NAME\n
            FROM information_schema.TABLES\n
            WHERE TABLE_SCHEMA = ?\n
              AND TABLE_TYPE = 'BASE TABLE'\n
            ORDER BY TABLE_NAME
            """
          "params" => [
            1 => "nano_ca_dev_merged"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#2156}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.269+00:00"
        "message" => "Executing query: {sql}"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_"
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.271+00:00"
        "message" => "Executing command "MGET s1ki7IuoxY:DateTime__CLASSMETADATA__""
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "snc_redis"
      ]
      [
        "timestamp" => 1745871516
        "timestamp_rfc3339" => "2025-04-28T20:18:36.271+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_ WHERE m0_.starting_date < ? AND m0_.ending_date > ? AND m0_.is_completed = 0"
          "params" => [
            1 => "2025-04-28 16:18:36"
            2 => "2025-04-28 16:18:36"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#2156}
            2 => Doctrine\DBAL\ParameterType {#2156}
          ]
        ]
        "channel" => "doctrine"
      ]
    ]
  ]
  -errorCount: [
    33 => 1
    3271 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#674 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
from
"gptbot(at)openai.com"
host
"family.constellation.cool"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
x-amzn-trace-id
"Root=1-680fe29c-6c8f8e604351c63d2372413d"
x-forwarded-for
"20.171.207.54"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-openai-host-hash
"74503131"
x-php-ob-level
"0"

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
"Mon, 28 Apr 2025 20:18:36 GMT"
vary
"Accept"
x-debug-exception
"Call%20to%20a%20member%20function%20getActiveMember%28%29%20on%20null"
x-debug-exception-file
"%2Fcode%2Fsrc%2FController%2FSite%2FFamily%2FDemoController.php:39"
x-debug-token
"c50ea8"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 31

Session Metadata

Key Value
Created
"Mon, 28 Apr 25 20:18:36 +0000"
Last used
"Mon, 28 Apr 25 20:18:36 +0000"
Lifetime
604800

Session Attributes

Attribute Value
DeviceDetector_client_name
null
DeviceDetector_client_version
null
DeviceDetector_hasClient
false
DeviceDetector_isBot
true
DeviceDetector_isDesktop
false
DeviceDetector_isMobile
false
DeviceDetector_isTablet
false
DeviceDetector_os
null
DeviceDetector_setup
true
lang
"en-CA"

Session Usage

31 Usages
Stateless check enabled
Usage
App\Security\EventSubscribers\DeviceSupportListener:83
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 83
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:87
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 87
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:89
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 89
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:90
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 90
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:92
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 92
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:93
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 93
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:94
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 94
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:96
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 96
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:98
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 98
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:102
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 102
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:108
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 108
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:109
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 109
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\EventListener\LocaleSubscriber:83
[
  [
    "file" => "/code/src/EventListener/LocaleSubscriber.php"
    "line" => 83
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\EventListener\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\EventListener\LocaleSubscriber:84
[
  [
    "file" => "/code/src/EventListener/LocaleSubscriber.php"
    "line" => 84
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\EventListener\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/code/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 79
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php"
    "line" => 67
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 109
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 32
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 35
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 91
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Service\Error\BugsnagReporter:46
[
  [
    "file" => "/code/src/Service/Error/BugsnagReporter.php"
    "line" => 46
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 44
    "function" => "App\Service\Error\{closure}"
    "class" => "App\Service\Error\BugsnagReporter"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/SessionData.php"
    "line" => 61
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\SessionData"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/BreadcrumbData.php"
    "line" => 43
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\BreadcrumbData"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/DiscardClasses.php"
    "line" => 48
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\DiscardClasses"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/NotificationSkipper.php"
    "line" => 43
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\NotificationSkipper"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 83
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Client.php"
    "line" => 365
    "function" => "execute"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Client.php"
    "line" => 334
    "function" => "notify"
    "class" => "Bugsnag\Client"
    "type" => "->"
  ]
  [
    "file" => "/code/src/Service/Error/BugsnagReporter.php"
    "line" => 88
    "function" => "notifyException"
    "class" => "Bugsnag\Client"
    "type" => "->"
  ]
  [
    "file" => "/code/src/EventListener/ErrorListener.php"
    "line" => 114
    "function" => "GenerateReport"
    "class" => "App\Service\Error\BugsnagReporter"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "App\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Service\Error\BugsnagReporter:56
[
  [
    "file" => "/code/src/Service/Error/BugsnagReporter.php"
    "line" => 56
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 44
    "function" => "App\Service\Error\{closure}"
    "class" => "App\Service\Error\BugsnagReporter"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/SessionData.php"
    "line" => 61
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\SessionData"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/BreadcrumbData.php"
    "line" => 43
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\BreadcrumbData"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/DiscardClasses.php"
    "line" => 48
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\DiscardClasses"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/NotificationSkipper.php"
    "line" => 43
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\NotificationSkipper"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 83
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Client.php"
    "line" => 365
    "function" => "execute"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Client.php"
    "line" => 334
    "function" => "notify"
    "class" => "Bugsnag\Client"
    "type" => "->"
  ]
  [
    "file" => "/code/src/Service/Error/BugsnagReporter.php"
    "line" => 88
    "function" => "notifyException"
    "class" => "Bugsnag\Client"
    "type" => "->"
  ]
  [
    "file" => "/code/src/EventListener/ErrorListener.php"
    "line" => 114
    "function" => "GenerateReport"
    "class" => "App\Service\Error\BugsnagReporter"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "App\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Service\Error\BugsnagReporter:57
[
  [
    "file" => "/code/src/Service/Error/BugsnagReporter.php"
    "line" => 57
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 44
    "function" => "App\Service\Error\{closure}"
    "class" => "App\Service\Error\BugsnagReporter"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/SessionData.php"
    "line" => 61
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\SessionData"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/BreadcrumbData.php"
    "line" => 43
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\BreadcrumbData"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/DiscardClasses.php"
    "line" => 48
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\DiscardClasses"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/NotificationSkipper.php"
    "line" => 43
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\NotificationSkipper"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 83
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Client.php"
    "line" => 365
    "function" => "execute"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Client.php"
    "line" => 334
    "function" => "notify"
    "class" => "Bugsnag\Client"
    "type" => "->"
  ]
  [
    "file" => "/code/src/Service/Error/BugsnagReporter.php"
    "line" => 88
    "function" => "notifyException"
    "class" => "Bugsnag\Client"
    "type" => "->"
  ]
  [
    "file" => "/code/src/EventListener/ErrorListener.php"
    "line" => 114
    "function" => "GenerateReport"
    "class" => "App\Service\Error\BugsnagReporter"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "App\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Service\Error\BugsnagReporter:58
[
  [
    "file" => "/code/src/Service/Error/BugsnagReporter.php"
    "line" => 58
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 44
    "function" => "App\Service\Error\{closure}"
    "class" => "App\Service\Error\BugsnagReporter"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/CallbackBridge.php"
    "line" => 56
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\CallbackBridge"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/SessionData.php"
    "line" => 61
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\SessionData"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/BreadcrumbData.php"
    "line" => 43
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\BreadcrumbData"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/DiscardClasses.php"
    "line" => 48
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\DiscardClasses"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Middleware/NotificationSkipper.php"
    "line" => 43
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "function" => "__invoke"
    "class" => "Bugsnag\Middleware\NotificationSkipper"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 95
    "function" => "call_user_func"
  ]
  [
    "function" => "Bugsnag\{closure}"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Pipeline.php"
    "line" => 83
    "function" => "call_user_func"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Client.php"
    "line" => 365
    "function" => "execute"
    "class" => "Bugsnag\Pipeline"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/bugsnag/bugsnag/src/Client.php"
    "line" => 334
    "function" => "notify"
    "class" => "Bugsnag\Client"
    "type" => "->"
  ]
  [
    "file" => "/code/src/Service/Error/BugsnagReporter.php"
    "line" => 88
    "function" => "notifyException"
    "class" => "Bugsnag\Client"
    "type" => "->"
  ]
  [
    "file" => "/code/src/EventListener/ErrorListener.php"
    "line" => 114
    "function" => "GenerateReport"
    "class" => "App\Service\Error\BugsnagReporter"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "App\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\EventListener\LocaleSubscriber:164
[
  [
    "file" => "/code/src/EventListener/LocaleSubscriber.php"
    "line" => 164
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/src/EventListener/LocaleSubscriber.php"
    "line" => 78
    "function" => "getLanguage"
    "class" => "App\EventListener\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\EventListener\LocaleSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:225
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 225
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:244
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 244
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:245
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 245
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:247
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 247
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:248
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 248
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
App\Security\EventSubscribers\DeviceSupportListener:249
[
  [
    "file" => "/code/src/Security/EventSubscribers/DeviceSupportListener.php"
    "line" => 249
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "App\Security\EventSubscribers\DeviceSupportListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/code/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/code/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/code/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/code/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/code/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 97
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/vendor/symfony/http-kernel/Kernel.php"
    "line" => 182
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/code/web/index.php"
    "line" => 48
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADMIN_HOST
"www.constellation.cool"
APP_ENV
"dev"
APP_SECRET
"4e25f17e218c7873c6f000c07dfdae94546766f6"
AWS_S3_ACCESS_KEY_ID
"nanomonx/s3/constellation-backend,id"
AWS_S3_ACCESS_KEY_SECRET
"nanomonx/s3/constellation-backend,secret"
AWS_TRANSLATION_SYNC_ACCESS_KEY_ID
"constellation-web/develop/TranslationSynchronization-credentials,AWS_ACCESS_KEY_ID"
AWS_TRANSLATION_SYNC_SECRET_ACCESS_KEY
"constellation-web/develop/TranslationSynchronization-credentials,AWS_SECRET_ACCESS_KEY"
CONSTELLATION_CLIENT_ID
"3134d4630a4004967880d867de562394"
CONSTELLATION_CLIENT_SECRET
"742d1919fa2d2dbc9ce40f33af7a1addc0539253591fa8721f8df0e794d528af"
CONSTELLATION_HOST
"constellation.constellation.cool"
DB_HOST
"nanomonx/develop/database,host"
DB_NAME
"nano_ca_dev_merged"
DB_PASSWORD
"nanomonx/develop/database,password"
DB_PORT
"nanomonx/develop/database,port"
DB_USER
"nanomonx/develop/database,username"
FAMILY_HOST
"family.constellation.cool"
GEOIP2_ACCOUNT_ID
"nanomonx/geoip,GEOIP2_ACCOUNT_ID"
GEOIP2_LICENSE_KEY
"nanomonx/geoip,GEOIP2_LICENSE_KEY"
GOOGLE_ANALYTICS_ID
"G-YZE6YPXC27"
GOOGLE_OAUTH_CLIENT_ID
"nanomonx/develop/google,OAUTH_CLIENT_ID"
GOOGLE_OAUTH_CLIENT_SECRET
"nanomonx/develop/google,OAUTH_CLIENT_SECRET"
GOOGLE_TAG_MANAGER_ID
"GTM-KMFWV4QH"
INFO_HOST
"info.constellation.cool"
LEGAL_AGE
"18"
LOCO_DSN
"loco://J6wXXZie9InkJGi8AKQewfPxBlFnMqNaM@default"
MAILER_PASSWORD
"nanomonx/ses/v2,MAILER_PASSWORD"
MAILER_USER
"nanomonx/ses/v2,MAILER_USER"
NANOMONX_EDITOR_CLIENT_ID
"84ef876b15cdf83b5a7ffb21bbaa1d16"
NANOMONX_EDITOR_CLIENT_SECRET
"d8c0253ebc97ea76ac0dcada8931945919267d7539af7bfe46107361981c51cf"
OFFICE_IP
"70.80.65.239"
RECAPTCHA_SECRET_KEY
"nanomonx/develop/google,RECAPTCHA_SECRET_KEY"
RECAPTCHA_SITE_KEY
"nanomonx/develop/google,RECAPTCHA_SITE_KEY"
REDIS_HOST
"constellation-web/develop/redis-password,host"
REDIS_PASSWORD
"constellation-web/develop/redis-password,password"
REDIS_PORT
"constellation-web/develop/redis-password,port"
REDIS_USERNAME
"constellation-web/develop/redis-password,username"
ROOT_DOMAIN
"constellation.cool"
S3_PRIVATE_BUCKET
"constellation-backend"
S3_PUBLIC_BUCKET
"constellation-backend-images"
S3_REGION
"ca-central-1"
SERVER_ROOT
"/code/"
SPAM_LIST
""
SRC_PATH
"/code/src/"
STRIPE_ENDPOINT_SECRET
"nanomonx/develop/stripe/v2,STRIPE_ENDPOINT_SECRET"
STRIPE_GST_ID
"txi_1OwmJpHSrFHiNSLK6mmfc38u"
STRIPE_PUBLISHABLE
"nanomonx/develop/stripe/v2,STRIPE_PUBLISHABLE"
STRIPE_QST_ID
"txi_1OwmJpHSrFHiNSLKBIpE6RER"
STRIPE_SECRET
"nanomonx/develop/stripe/v2,STRIPE_SECRET"
TROUBADOUR_HOST
"troubadour.constellation.cool"
ZOHO_CLIENT_ID_ALEX
"nanomonx/zoho,ZOHO_CLIENT_ID_ALEX"
ZOHO_CLIENT_ID_JOSEPH
"nanomonx/zoho,ZOHO_CLIENT_ID_JOSEPH"
ZOHO_CLIENT_SECRET_ALEX
"nanomonx/zoho,ZOHO_CLIENT_SECRET_ALEX"
ZOHO_CLIENT_SECRET_JOSEPH
"nanomonx/zoho,ZOHO_CLIENT_SECRET_JOSEPH"

Defined as regular env variables

Key Value
APP_VERSION
"9.2.0-3160"
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
"/v2/credentials/7b4e63cf-564f-4993-a148-520522d23428"
AWS_EXECUTION_ENV
"AWS_ECS_EC2"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/code/web"
DOCUMENT_URI
"/index.php"
ECS_AGENT_URI
"http://169.254.170.2/api/4dc96aba-e0eb-4f0b-9a00-3efac04da0b7"
ECS_CONTAINER_METADATA_URI
"http://169.254.170.2/v3/4dc96aba-e0eb-4f0b-9a00-3efac04da0b7"
ECS_CONTAINER_METADATA_URI_V4
"http://169.254.170.2/v4/4dc96aba-e0eb-4f0b-9a00-3efac04da0b7"
ENV
"develop"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA"
HOME
"/var/www"
HOSTNAME
"ceb766488b31"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"family.constellation.cool"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)"
HTTP_X_AMZN_TRACE_ID
"Root=1-680fe29c-6c8f8e604351c63d2372413d"
HTTP_X_FORWARDED_FOR
"20.171.207.54"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_OPENAI_HOST_HASH
"74503131"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH_INFO
""
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.3.20.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"f15914e071b5bddaf1475b5f2ba68107e8b8846655f9e89690fb7cd410b0db6c"
PHP_URL
"https://www.php.net/distributions/php-8.3.20.tar.xz"
PHP_VERSION
"8.3.20"
PWD
"/code"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"10.2.1.203"
REMOTE_PORT
"3062"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1745871516
REQUEST_TIME_FLOAT
1745871516.0751
REQUEST_URI
"/tutorial"
SCRIPT_FILENAME
"/code/web/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.17.0.5"
SERVER_NAME
"nanomonx-production"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.27.5"
SHLVL
"0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,STRIPE_SECRET,STRIPE_PUBLISHABLE,STRIPE_ENDPOINT_SECRET,STRIPE_GST_ID,STRIPE_QST_ID,DB_NAME,DB_USER,DB_PASSWORD,DB_HOST,DB_PORT,REDIS_HOST,REDIS_PORT,REDIS_USERNAME,REDIS_PASSWORD,LEGAL_AGE,SPAM_LIST,SRC_PATH,SERVER_ROOT,OFFICE_IP,CONSTELLATION_CLIENT_ID,CONSTELLATION_CLIENT_SECRET,NANOMONX_EDITOR_CLIENT_ID,NANOMONX_EDITOR_CLIENT_SECRET,GEOIP2_ACCOUNT_ID,GEOIP2_LICENSE_KEY,AWS_S3_ACCESS_KEY_ID,AWS_S3_ACCESS_KEY_SECRET,S3_PRIVATE_BUCKET,S3_PUBLIC_BUCKET,S3_REGION,ROOT_DOMAIN,ADMIN_HOST,TROUBADOUR_HOST,CONSTELLATION_HOST,FAMILY_HOST,INFO_HOST,MAILER_USER,MAILER_PASSWORD,GOOGLE_OAUTH_CLIENT_ID,GOOGLE_OAUTH_CLIENT_SECRET,RECAPTCHA_SITE_KEY,RECAPTCHA_SECRET_KEY,ZOHO_CLIENT_ID_ALEX,ZOHO_CLIENT_SECRET_ALEX,ZOHO_CLIENT_ID_JOSEPH,ZOHO_CLIENT_SECRET_JOSEPH,GOOGLE_ANALYTICS_ID,GOOGLE_TAG_MANAGER_ID,LOCO_DSN,AWS_TRANSLATION_SYNC_ACCESS_KEY_ID,AWS_TRANSLATION_SYNC_SECRET_ACCESS_KEY"
USER
"www-data"
argc
0
argv
[]

Parent Request

Return to parent request (token = b27706)

Key Value
_controller
"App\Controller\Site\Family\DemoController::GetFamilyTutorial"
_firewall_context
"security.firewall.map.context.main"
_locale
"en-CA"
_remove_csp_headers
true
_route
"family_site_tutorial_"
_route_params
[
  "flow" => "family_demo"
  "_locale" => "en-CA"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#2890
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\ClientLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\ClientLoginAuthenticator {#2891 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#2879
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\GoogleAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\GoogleAuthenticator {#2876 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#2888
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#2885 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#2892
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#2893 …}
  }
]
_stopwatch_token
"5716f8"
flow
"family_demo"