networkteam / sentry_client

TYPO3 Extension for exception logging with sentry, see http://www.getsentry.com
33 stars 35 forks source link

No applicationType in cli mode #64

Closed bmheins closed 1 year ago

bmheins commented 2 years ago

In cli mode (e.g. running a Symfony command), there is a frontend request but it doesn't contain an attribute applicationType. Thus ApplicationType::fromRequest($GLOBALS['TYPO3_REQUEST']) throws an exception in Client.php (lines 92 and 128).