Magik.TelegramNoti.watch
You're seeing just the macro
watch
, go back to Magik.TelegramNoti module for more information.
Watch a function and send notification to conversation if an exception occurs
Options
to
: conversation nameargs
: argument list that passed to function, this is sent to telegram chat for dev to debug easierlabel
: Label for this error/function
Example
...
def do_something(args) do
end
...