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.
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",
}
}