mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 16:15:49 +03:00
[GH-ISSUE #1332] Monolog Slack handler is not working #556
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#556
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 @moda20 on GitHub (Jun 12, 2019).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/1332
hey !
I am trying to use slack handler in monolog but couldn't make it to work.
I created an APi key and integrated the app in my channel and gave it writes to write in it via the slack Web interface.
and i am using this code to send the error :
Note: this is a test code.
I just ook that code straight from a tutorial, so I don't see where I could have gone wrong.
is this a recurring problem with slack ? emails and file saving do work.
@matthewpoer commented on GitHub (Jul 3, 2019):
I had issues with
SlackHandlerbut found theSlackWebhookHandlervery easy to work with, e.g.:@pnoeric commented on GitHub (Oct 2, 2019):
Just to add to what @matthewpoer said - yeah,
SlackHandlerseems out of date and non-functional, butSlackWebhookHandlerworks great and is very easy to set up on the Slack side.@seferov commented on GitHub (Oct 30, 2019):
I just integrated
Monolog\Handler\SlackHandlerand it works!@gmponos commented on GitHub (Dec 20, 2019):
If you guys are interested I have also created a package like this: https://github.com/gmponos/monolog-slack/
@dinoluck commented on GitHub (Aug 11, 2021):
Since Slack deprecated Incoming Webhooks, is there a way to get SlackHandler working?