tylercd100 / lern

LERN is a Laravel 5 package that will record exceptions into a database and will notify you via Email, Pushover or Slack.
MIT License
441 stars 37 forks source link

Slack App Token, where to obtain? #49

Closed maurocasas closed 7 years ago

maurocasas commented 7 years ago

Hey, I have tried setting my SLACK_APP_TOKEN as the OAuth token, and also using my Client Secret.

How should I proceed? Thanks!

tylercd100 commented 7 years ago

Hello @maurocasas

I do not personally use slack with LERN but I do know that we have many users that are currently using it successfully. LERN uses monolog on the backend to connect to various services. You could try going through these links to find a solution.

https://github.com/Seldaek/monolog/issues/743 https://github.com/Seldaek/monolog/issues/514

@loranger, @drjonnicholson, @isomis I know that you guys have mentioned using slack in the issues you've opened up. If you guys have any information on this your help will be most appreciated