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