README.md

# 📜 DiscoLog

<a title="GitHub CI" href="https://github.com/mrdotb/disco-log/actions"><img src="https://github.com/mrdotb/disco-log/workflows/Tests/badge.svg" alt="GitHub CI" /></a>
<a title="Latest release" href="https://hex.pm/packages/disco_log"><img src="https://img.shields.io/hexpm/v/disco_log.svg" alt="Latest release" /></a>
<a title="View documentation" href="https://hexdocs.pm/disco_log"><img src="https://img.shields.io/badge/hex.pm-docs-blue.svg" alt="View documentation" /></a>

> Use Discord as a logging service and error tracking solution

[video demo](https://youtu.be/886RByFPI3s)

<img src="https://raw.githubusercontent.com/mrdotb/i/master/disco-log/demo.png" alt="Demo" />

## Configuration

Take a look at the [Getting Started guide](/guides/getting-started.md)

## Development

You will need a Discord server and a bot to develop on DiscoLog.

```bash
cp config/dev.examples.exs config/dev.exs
```

We have a `dev.exs` script that you can use to test DiscoLog locally.

## Credits

Big thanks to the following projects for inspiration and ideas:
- [error-tracker](https://github.com/elixir-error-tracker/error-tracker)
- [sentry-elixir](https://github.com/getsentry/sentry-elixir)
- [appsignal-elixir](https://github.com/appsignal/appsignal-elixir)