mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 16:15:49 +03:00
[GH-ISSUE #1298] Dedicated SentryHandler #537
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#537
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 @pkruithof on GitHub (Mar 13, 2019).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/1298
Since the sentry-php has just had a big refactoring, it seems time to integrate this into a new handler. The current one is the
RavenHandler, and from what I can find, Raven is the legacy SDK for Sentry. So I'm proposing a newSentryHandlerwhich is compliant withsentry-php:^2.If this would be considered I could have a PR later today. Please let me know.
@alfredbez commented on GitHub (Mar 15, 2019):
Take a look at #1273 and https://github.com/getsentry/sentry-php/issues/790
@pkruithof commented on GitHub (Mar 15, 2019):
Thank you, I had not found these issues before. Closing this one then.