BugsRadar

How it works

Your first alert in three steps

Nothing to host and no error dashboard to keep open: errors come to the chat your team already reads.

  1. Create a project

    Sign in at app.bugsradar.com with just your email: the link we send signs you in, and the first time it also creates your account. Create a project and copy its API key.

  2. Connect a channel

    Add your own Telegram bot and chat, a Discord webhook or a Pushover application. BugsRadar checks the credentials with the service, and Send test puts a test message in the chat.

  3. Install the package

    Add BugsRadar from NuGet, register it with the key, and the next error your application logs arrives in the channel.

What happens to an error

From the line that throws to the message in your chat.

In your application

The package puts the event in a queue and sends it in the background, so your code never waits. Repeats of the same error travel as one request with a count, and an exception reported twice is sent once.

At BugsRadar

Repeats of an error are grouped: the first occurrence goes out at once, the rest are counted into summaries. An event stays in memory only until it is delivered and is never written to a database.

In your channel

The message goes through your own bot, webhook or app, at the pace the service allows. When the channel can't keep up, errors arrive bundled: one message, one line per error.

Get your first alert in a few minutes

Sign in with your email, create a project and add the package.