1.2.0 ✨ add sentry profiling functions
What's Changed
- in the Extension Settings the sentry Profiling can be enabled by setting the
sentry_sample_rate
to eg.1.0
to track all requests. - you can use
sentry_cli_sample_rate
to configure profiling for the cli. - if you have long running php processes, you can set the
stop_watch_limit
to your needs.
Full Changelog: 1.1.1...1.2.0