pugx/sentry-sdk

This package is abandoned and no longer maintained. The author suggests using the sentry/sdk package instead.

This is a metapackage shipping sentry/sentry with Symfony HTTP client.

Installs: 57 046

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

Type:metapackage

v2.0.0 2021-01-25 10:33 UTC

This package is auto-updated.

Last update: 2021-04-17 10:59:34 UTC


README

sentry pugx

Sentry pre-configured PHP SDK

Monthly Downloads Latest Stable Version License

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