v1.20.0
·
61 commits
to 1.x
since this release
What's Changed
- PHP 8.5 support by @timacdonald in #309
- Allow interaction with the Core class by @timacdonald in #311
- Use sampling from context if already present by @jradtilbrook in #308
- Add sample rate for scheduled tasks by @jradtilbrook in #312
- Allow customising sample rate for individual scheduled tasks by @jradtilbrook in #313
- Disable vendor command sampling by default by @jradtilbrook in #315
Full Changelog: v1.19.0...v1.20.0
Changes to scheduled task sampling
With this release, scheduled tasks are able to be sampled separately from commands. If you were relying on NIGHTWATCH_COMMAND_SAMPLE_RATE to also change sampling of scheduled tasks, you will need to update NIGHTWATCH_SCHEDULED_TASK_SAMPLE_RATE accordingly as this takes precedence.