Skip to main content

[PHP] Why I'm not receiving tracing information from my PHP application?

Updated over a month ago

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.
​
​

Did this answer your question?