Issue
I have added traces_sample_rate
to my SDK configuration but no tracing information is sent to my Sentry project.
Applies To
- PHP applications
- All users
Resolution
The PHP SDK does not have automatic instrumentation, thus simply adding the sampling rate does not send information to Sentry.
You need to create your own spans and transactions using custom instrumentation as described on this page.