mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 16:15:49 +03:00
[GH-ISSUE #1377] Missing Sentry.io handler? #575
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#575
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @markushausammann on GitHub (Sep 9, 2019).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/1377
In the latest state of the codebase (master) I'm not seeing neither a SentryHandler nor a RavenHandler. What am I missing?
@alexandrmazur96 commented on GitHub (Sep 9, 2019):
<captain obvious mode>You missing SentryHandler nor a RavenHandler</captain obvious mode>If serious, monolog really haven't this handlers. But, sentry handler live here. See third party packages.
Anyway, you always can contribute to this project nor create handler as third party.
Have fun!
@stof commented on GitHub (Sep 9, 2019):
this is because the latest version of the Sentry SDK ships the Monolog handler by itself: https://github.com/getsentry/sentry-php/blob/master/src/Monolog/Handler.php
So there is no handler anymore in Monolog itself to wrap the SDK.
@markushausammann commented on GitHub (Sep 9, 2019):
that's what I was missing!