[GH-ISSUE #1377] Missing Sentry.io handler? #575

Closed
opened 2026-03-04 02:16:06 +03:00 by kerem · 3 comments
Owner

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?

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?
kerem closed this issue 2026-03-04 02:16:06 +03:00
Author
Owner

@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!

<!-- gh-comment-id:529469519 --> @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](https://github.com/B-Galati/monolog-sentry-handler). See [third party](https://github.com/Seldaek/monolog/wiki/Third-Party-Packages) packages. Anyway, you always can contribute to this project nor create handler as third party. Have fun!
Author
Owner

@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.

<!-- gh-comment-id:529529530 --> @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.
Author
Owner

@markushausammann commented on GitHub (Sep 9, 2019):

latest version of the Sentry SDK ships the Monolog handler

that's what I was missing!

<!-- gh-comment-id:529534573 --> @markushausammann commented on GitHub (Sep 9, 2019): > latest version of the Sentry SDK ships the Monolog handler that's what I was missing!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/monolog#575
No description provided.