Releases: getsentry/sentry-php
Releases · getsentry/sentry-php
3.6.1
3.6.0
3.5.0
- Bump minimum version of
guzzlehttp/psr7
package to avoidCVE-2022-24775
(#1305) - Fix stripping of memory addresses from stacktrace frames of anonymous classes in PHP
>=7.4.2
(#1314) - Set the default
send_attempts
to0
(this disables retries) and deprecate the option. If you require retries you can increase thesend_attempts
option to the desired value. (#1312) - Add
http_connect_timeout
andhttp_timeout
client options (#1282)
3.4.0
- Update Guzzle tracing middleware to meet the expected standard (#1234)
- Add
toArray
public method inPayloadSerializer
to be able to re-use Event serialization - The
withScope
methods now return the callback's return value (#1263) - Set the event extras by taking the data from the Monolog record's context (#1244)
- Make the
StacktraceBuilder
class part of the public API and add theClient::getStacktraceBuilder()
method to build custom stacktraces (#1124) - Support handling the server rate-limits when sending events to Sentry (#1291)
- Treat the project ID component of the DSN as a
string
rather than aninteger
(#1294)