How can I post my bug reports to Slack

delphi package - automated exception handling
Post Reply
MichaelE
Posts: 1
Joined: Wed May 13, 2015 5:01 pm

How can I post my bug reports to Slack

Post by MichaelE »

What is the easiest way to post bug reports to Slack. slack.com
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Re: How can I post my bug reports to Slack

Post by madshi »

I'm not sure, I don't know Slack. Maybe they have an API? If so, you could use "RegisterExceptActionHandler()" to be notified when the user presses the "send bug report" button and then you can replace it with some custom code to post the bug report to Slack instead.
Post Reply