You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was squashed before being merged into the 3.x-dev branch (closes#313).
Discussion
----------
#310 : Add sentry 2.0 type
As said on #310, sentry completely changed their API and even stopped calling their client "raven", using now php-http to handle the requests to their api.
So this PR adds a new type in the config to support the handler they made.
I'm not sure on a few points (such as the self-referencing hub, which I commented because otherwise it would go on an infinite recursion problem), and I based the service definition on [sentry's bundle](https://github.com/getsentry/sentry-symfony).
Poke @Jean85 maybe, as he is maintaining (as far as I can tell ?) the current sentry bundle.
Fixes#310
Commits
-------
751173a#310 : Add sentry 2.0 type
0 commit comments