Michi Hoffmann
Michi Hoffmann
https://laravel.com/docs/10.x/scheduling#scheduling-queued-jobs Using anything besides `QUEUE_CONNECTION=sync` will result in a duration of 0 seconds, which is technically correct. We can work around this by injecting some metadata into the queue job...
https://github.com/getsentry/team-sdks/issues/43 https://develop.sentry.dev/sdk/check-ins/
I will keep this short for now, but we'll soon start working on a complete performance overhaul in the Go SDK powered by Open Telemetry. See our [JS SDK issue](https://github.com/getsentry/sentry-javascript/issues/8534)...
## Summary With the addition of `StartTransaction`, we should update our integrations to support performance monitoring out of the box. - [x] net/http - [ ] Echo - [ ]...
Due to high demand, we decided to ship a new major version. We are not planning to add any new features and will only bump the PHP SDK to version...
Symfony 6.3 added a new Scheduler Component, something we should add support for, for Cron Monitoring. https://symfony.com/blog/new-in-symfony-6-3-scheduler-component
@cleptric we should avoid similar issues in the future by adding https://packagist.org/packages/maglnet/composer-require-checker in CI _Originally posted by @Jean85 in https://github.com/getsentry/sentry-symfony/issues/714#issuecomment-1523646872_
The only way to enable source context for Go is to deploy your source code next to the binary, which is odd. We should add support for source bundles for...
We got an issue reported over at https://github.com/getsentry/sentry-php, that cURL 8.1.0 and up no longer work as expected when using the `DecoderPlugin`. See https://github.com/getsentry/sentry-php/issues/1537 and https://github.com/curl/curl/issues/11175. From @krowinski The problem...
https://docs.sentry.io/platforms/javascript/usage/distributed-tracing/ is missing some details, mainly a Custom Instrumentation page for Distributed Tracing. See https://docs.sentry.io/platforms/python/usage/distributed-tracing/custom-instrumentation/ as an example. Make sure to document the usage of: - [ ] `Sentry::getBaggage()` -...