Skip to content

2.0.0

Compare
Choose a tag to compare
@HazAT HazAT released this 28 Sep 08:35
· 439 commits to master since this release

Breaking Change: This version uses the envelope endpoint. If you are
using an on-premise installation it requires Sentry version >= v20.6.0 to work. If you are using
sentry.io nothing will change and no action is needed.

Tracing API / Monitor Performance

In this version, we released API for Tracing. \Sentry\startTransaction is your entry point for manual instrumentation.
More information can be found in our Performance docs.

  • Using ^3.0 of Sentry PHP SDK
  • Add support for Tracing, enable it by setting traces_sample_rate in the config to a value > 0 (the value should be larger than 0.0 and smaller or equal than 1.0 (to send everything))