Michi Hoffmann
Michi Hoffmann
You can try out Profiling for PHP https://docs.sentry.io/platforms/php/profiling/, which will give you lots of insights out of the box. No further plans at this point.
https://github.com/getsentry/sentry-symfony/blob/master/src/EventListener/MessengerListener.php#L47 If you think we could add more information here, I'm happy to review a PR. Besides that, you can always enhance your error events by calling `setTag`, `setData`, inside...
@090809 Thanks for the contribution. We are currently busy with other things but will take a look as soon as we wrap up.
I'm reopening this, though I can't commit to any timeline for when this feature will ship in the Go SDK.
That makes a lot of sense, I put it into our backlog. In the meantime, PRs are always welcome 🙂
Can you add `Debug: true` to `sentry.Init` and share the output, please?
Sorry, I missed this. Our `echo` integration does not create performance data by default. You could implement a custom middleware that does this as we do for `net/http` https://github.com/getsentry/sentry-go/blob/master/http/sentryhttp.go#L81-L112.
Which part of the docs made you believe we do create transactions for echo automatically?
Have a look at https://docs.sentry.io/platforms/go/troubleshooting/#missing-stack-trace on how to enable source contexts. Refs #177
Sorry, I miss-read the issue.