mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[GH-ISSUE #1331] New Sentry handler #555
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#555
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 @jlemesh on GitHub (Jun 12, 2019).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/1331
Package raven/raven is deprecated, it is suggested to use sentry/sentry (docs). Maybe it's a good idea to create new Sentry handler?
@hkdobrev commented on GitHub (Jun 12, 2019):
See #1273. The handler is now ready and released inside the Sentry PHP SDK 2.1.0: https://github.com/getsentry/sentry-php/pull/808
Here's how to use it: https://docs.sentry.io/clients/php/integrations/#monolog
@jlemesh commented on GitHub (Jun 12, 2019):
Thanks for the link!
P. S. The docs are for raven.
@hkdobrev commented on GitHub (Jun 12, 2019):
Hmm, right. It seems they still don't have docs for the new Monolog handler in the docs of the new Sentry PHP SDK. This handler has been released in a stable release less than a month ago: https://github.com/getsentry/sentry-php/releases/tag/2.1.0
You could probably an issue with Sentry to document it.
I think the Monolog docs could also link to the new Sentry handler instead of just providing the old one and leaving users clueless.