-
-
Notifications
You must be signed in to change notification settings - Fork 462
Closed
Description
Environment
sentry/sentry-laravel: 3.0.1
laravel/framework: 9.39.0
Steps to Reproduce
- Use the default config file containing:
'traces_sample_rate' => (float) (env('SENTRY_TRACES_SAMPLE_RATE', 0.0)),
Expected Result
I would expect Performance tracing to be disabled
Actual Result
It is not disabled and we're almost at the point where we have to upgrade our sentry plan because we're running out of events rapidly
TomHermsen
