pugx / sentry-sdk
This is a metapackage shipping sentry/sentry with Symfony HTTP client.
Installs: 58 817
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- nyholm/psr7: ^1.3
- sentry/sentry: ^3.0
- symfony/http-client: ^4.4 || ^5.0
Replaces
- sentry/sdk: 3.*
This package is auto-updated.
Last update: 2021-04-17 10:59:34 UTC
README
Sentry pre-configured PHP SDK
This is a metapackage shipping sentry/sentry with Symfony client instead of Guzzle.
⚠ This replacement is not needed anymore, because since version 3.0 sentry/sdk itself is using Symfony Client.
See issue #246 on gesentry/sentry-symfony for reasons that lead to create this metapackage.
Usage
This is an example of using this metapackage in your composer.json (other dependencies are omitted for the sake of simplicity):
{ "require": { "pugx/sentry-sdk": "^2.0", "sentry/sentry-symfony": "^3.5", } }