sentry-php
sentry-php copied to clipboard
Improve debugging experience
Improves the following:
- [x] Coalesce installed integration messages to a single line
- [x] Successful transmission of all event types
- [ ] More detailed send logs (event type, error level)
- [ ] Transactions are not sampled/not started
- [ ] Profiler starts/ends
- [ ] Message if a profile was started without the excimer extension being present
- [ ] The profile was too short (less than 20ms/two samples)
- [ ] The profile was too long (more than 30s)
- [ ]
zend.exception_ignore_argsis On
Example from go
[Sentry] 2024/02/20 11:21:56 Skipping transaction profiling: ProfilesSampleRate is: 0.000000
[Sentry] 2024/02/20 11:21:56 Sending info event [84846f6937534d0c9db663f363cb5a7b] to o123.ingest.sentry.io project: 123
[Sentry] 2024/02/20 11:21:56 Sending transaction [02b7142ef1e4410f821bc5f9d8d253af] to o123.ingest.sentry.io project: 123
Fixes #1704.