Releases: friendsofhyperf/sentry
Releases · friendsofhyperf/sentry
Release v3.0.117
Full Changelog: v3.0.116...v3.0.117
Release v3.1.10
Full Changelog: v3.1.8...v3.1.10
Release v3.0.116
Full Changelog: v3.0.115...v3.0.116
Release v3.1.8
- Support sentry crons
Full Changelog: v3.1.7...v3.1.8
Release v3.0.115
Full Changelog: v3.0.114...v3.0.115
Release v3.1.7
Send Event asynchronously (#513) * Adds AsyncHttpClient * Update ClientBuilderFactory and Version classes * Refactor AsyncHttpClient to use arrow function * Fix formatting in AsyncHttpClient * Update Sentry HttpClientInterface implementation * Remove useless codes * Add Hyperf\Engine\Channel import to HttpClient.php * Refactor HttpClient and HttpClientFactory * Add http_client_chanel_size and http_client_concurrent_limit configuration options * Add http options * Refactor HttpClient.php to use Hyperf\Engine\Coroutine instead of Hyperf\Coroutine\Coroutine --------- Co-authored-by: Deeka Wong <[email protected]>
Release v3.0.114
Send Event asynchronously (#513) * Adds AsyncHttpClient * Update ClientBuilderFactory and Version classes * Refactor AsyncHttpClient to use arrow function * Fix formatting in AsyncHttpClient * Update Sentry HttpClientInterface implementation * Remove useless codes * Add Hyperf\Engine\Channel import to HttpClient.php * Refactor HttpClient and HttpClientFactory * Add http_client_chanel_size and http_client_concurrent_limit configuration options * Add http options * Refactor HttpClient.php to use Hyperf\Engine\Coroutine instead of Hyperf\Coroutine\Coroutine --------- Co-authored-by: Deeka Wong <[email protected]>
Release v3.1.6
Cs Fix
Release v3.0.113
Cs Fix
Release v3.1.5
Setup sentry once (#504) Co-authored-by: Deeka Wong <[email protected]>