networkteam / sentry_client

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

[TASK] Use TYPO3 HTTP configuration in sentry client #104

Closed derhansen closed 5 months ago

derhansen commented 5 months ago

With version 4 of the Sentry SDK, Sentry now ships a simple and custom HTTP client which is based on curl. Using Guzzle as HTTP client does not seem possible, since Sentry SDK does use php-http/discovery anymore.

Basic HTTP configuration in $GLOBALS['TYPO3_CONF_VARS']['HTTP'] should be reflected to the Sentry HTTP client.

This change reflects the following TYPO3 HTTP options to the Sentry HTTP client:

Closes #103