sentry-php icon indicating copy to clipboard operation
sentry-php copied to clipboard

Improve debugging experience

Open cleptric opened this issue 6 months ago • 0 comments

Compared to other SDKs, the logging/debugging experience in the PHP SDK is quite poor. We should add more logging statements to the code base. Some examples:

  • Successful transmission of all event types
  • Transactions are not sampled/not started
  • Profiler starts/ends

Let's also combine the integrations into one logging statement, as these are quite noisy at the moment.

cleptric avatar Feb 15 '24 10:02 cleptric