Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.
/ telebug Public archive

Error handler for client/server JS and sending it to telegram channel

License

Notifications You must be signed in to change notification settings

ymatuhin/telebug

Repository files navigation

Telebug

Tools for logging your production errors from Node.js or browser to your telegram channel.

Init

Minimal configuration is:

telebug({
  botId: 'bot_id',
  chatId: '@channel_name',
});

Options

  • botId (String) — your bot id, it's required field
  • chatId (String) — chat id, it's required field
  • hosts (Array) — accepted host from you want to recive messages, [] by default

About

Error handler for client/server JS and sending it to telegram channel

Resources

License

Stars

Watchers

Forks

Packages