Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Use TYPO3 HTTP configuration in sentry client
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: * verify * http_timeout * connect_timeout Closes #103
- Loading branch information