softspring/google-cloud-trace-bundle
This bundle sends Symfony request traces to Google Cloud Trace
Maintainers
Package info
github.com/softspring/google-cloud-trace-bundle
Type:symfony-bundle
pkg:composer/softspring/google-cloud-trace-bundle
Requires
- php: >=8.1
- google/cloud-trace: ^1.6
Requires (Dev)
- doctrine/dbal: ^3.6
- friendsofphp/php-cs-fixer: ^3.68
- phpstan/phpstan: ^1.10
- rector/rector: ^1.0
- symfony/config: ^5.4|^6.0|^7.0
- symfony/dependency-injection: ^5.4|^6.0|^7.0
- symfony/event-dispatcher: ^5.4|^6.0|^7.0
- symfony/framework-bundle: ^5.4|^6.0|^7.0
- symfony/http-foundation: ^5.4|^6.0|^7.0
- symfony/http-kernel: ^5.4|^6.0|^7.0
- twig/twig: ^3.7
Suggests
None
Provides
None
Conflicts
None
Replaces
None
AGPL-3.0-or-later e7db7aead9e262c6a9f0c07c03e7e8fb264ecf97
This package is auto-updated.
Last update: 2026-06-24 20:48:04 UTC
README
👁 Latest Stable
👁 Latest Unstable
👁 License
👁 PHP Version
👁 Downloads
👁 CI
👁 Coverage
This bundle sends Symfony request traces to Google Cloud Trace.
By default, it traces the main Symfony kernel flow only. More detailed instrumentation is opt-in to avoid adding noisy spans or unnecessary runtime overhead in production.
Configuration
sfs_google_cloud_trace: enabled: true instrumentation: kernel: true event_dispatcher: false twig: false doctrine: false http_cache: false doctrine: include_sql: false
Enable twig, event_dispatcher, doctrine, or http_cache only when that detail is useful for the application. Keep doctrine.include_sql disabled unless query text is needed and safe to send to Google Cloud Trace.
Armonic
This package is part of Armonic.
Documentation
Contributing
See CONTRIBUTING.md.
Report issues and send Pull Requests
License
This package is free and released under the AGPL-3.0 license.
