Michi Hoffmann

Results 61 issues of Michi Hoffmann
trafficstars

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

Improvement
Crons
Laravel
Checks

https://github.com/getsentry/team-sdks/issues/43 https://develop.sentry.dev/sdk/check-ins/

Type: Improvement

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

Go
Feature
Spans

## Summary With the addition of `StartTransaction`, we should update our integrations to support performance monitoring out of the box. - [x] net/http - [ ] Echo - [ ]...

Type: Feature
Status: Backlog

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

Type: Feature

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

Feature
Symfony

@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_

Type: Improvement

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

Feature
component: go
CLI

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()` -...

Platform: JavaScript
Team: Web Frontend SDKs
Product Area: SDKs - Web Frontend
Type: Content