Releases: facile-it/sentry-module
Releases · facile-it/sentry-module
[4.0.0] - 2024-05-17
Changed
- Use
sentry/sentry:^4.0
SentrySdk
is initialized onSentry\ClientInterface
build. If a Client is not already present, it will be set.
Call$container->get(\Sentry\ClientInterface);
to initialize SentrySdk.
Added
- Add support for fetching
logger
,before_send
,before_send_transaction
,before_send_check_in
,before_breadcrumb
,transport
,traces_sampler
as service-name string from DI Container
[3.1.0] - 2024-05-17
Added
- Add support for
laminas/laminas-servicemanager:^4.0
[3.0.0] - 2022-04-27
Changed
- use
sentry/sdk:^3.0
- add support for PHP 8
- PHP minimum version is 7.4
2.0.1
v2.0.1
2.0.0
Updated description
[1.0.0] - 2019-08-31
New release for Sentry 2.0
[0.7.1] - 2017-11-09
Added
- Allowed not injecting js file when config value is empty
[0.7.0] - 2017-07-07
This version is not compatible with previous versions.
Added
- Added type hints
Changed
- Minimum required PHP version is now PHP 7.0
- Minimum
sentry/sentry
is now 1.7 - Removed support to hhvm
- Removed fluent interface
- Updated default raven javascript resource url (3.16.0)
- ZF Logger: backtrace in Zend Logger is now automatically cleaned by namespaces anymore
- ZF Logger: extra params are now passed as variables
- Changed configuration
Fixed
- Logs with
exception
inextra
where the message is different from the exception message
does not create aContextException
anymore
Removed
- Removed
excluded_backtrace_namespaces
options from Sentry Zend Logger
[0.6.1] - 2016-10-05
Added
- Added
raven_javascript_options
[0.6.0] - 2016-10-05
Added
- Log Writer: Added Monolog namespace to default excluded function calls on backtrace
- Log Writer: Added the possibility to add other namespaces to excluded function calls on backtrace
- Added the possibility to add multiple
send_callback
s and retrieving it from container - Added
CallbackInterface
- Added the possibility to specify the
transport
via service name, retrieving it from container - Added
TransportInterface
Changed
- Changed default logger name to
SentryModule
- Required minimum version 1.4 of sentry library