4.2.0
The Sentry SDK team is happy to announce the immediate availability of Sentry PHP SDK v4.2.0.
Features
-
Add a config option to allow overriding the Spotlight url (#1659)
Sentry\init([ 'spotlight_url' => 'http://localhost:8969', ]);
Bug Fixes
-
Restore setting the
loggervalue on the event payload (#1657) -
Only apply the
sample_rateon error/message events (#1662)This fixes an issue where Cron Check-Ins were wrongly sampled out if a
sample_ratelower than1.0is used.
Misc
- Remove the
@internalannotation fromClientBuilder::class(#1661)