Skip to content

[4.0.0] - 2024-05-17

Latest
Compare
Choose a tag to compare
@thomasvargiu thomasvargiu released this 17 May 15:00

Changed

  • Use sentry/sentry:^4.0
  • SentrySdk is initialized on Sentry\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