sentry-symfony
sentry-symfony copied to clipboard
The official Symfony SDK for Sentry (sentry.io)
This adds support for Dynamic Sampling, introduced in https://github.com/getsentry/sentry-php/pull/1360.
This will end up being a new major version of our Symfony SDK. **Remaining ToDos** - [ ] Add support for Dynamic Sampling https://github.com/getsentry/sentry-symfony/pull/661 _TBD_ **New features** - [x] Add...
The `AbstractTraceableHttpClient` currently only propagates the `sentry-trace` header. Add the `baggage` header to outgoing requests as well, if the destination URI is allow listed in `trace_propagation_targets`.
### Environment How do you use Sentry? Sentry SaaS (sentry.io) Which SDK and version? _symfony 5.4 sentry/sentry-symfony 4.3.0 sentry/sentry 3.7.0 sentry/sdk 3.2.0_ ### Steps to Reproduce Hello, when an error...
Can we support `operation duration`? I think there is such a display in the vue package. >  > 
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...
Bumps [getsentry/action-prepare-release](https://github.com/getsentry/action-prepare-release) from 1.5.6 to 1.6.3. Release notes Sourced from getsentry/action-prepare-release's releases. v1.6.3 What's Changed fix: Correctly switch to release branch when extracting git info by @Lms24 in getsentry/action-prepare-release#38 Full...
### How do you use Sentry? Self-hosted / on-premises ### SDK version 4.8.0 ### Steps to reproduce Make any request with body and you won't see body or method in...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.5 to 4.1.0. Release notes Sourced from codecov/codecov-action's releases. v4.0.2 What's Changed Update README.md by @thomasrockhu-codecov in codecov/codecov-action#1251 build(deps-dev): bump @types/jest from 29.5.11 to 29.5.12 by @dependabot...
### Problem Statement The documentation feels very dated. It refers to Symfony 3.4 (released 6 years ago, EOL over 2 years ago), the instructions about flex are wrong (it's config/bundles.php,...