diff --git a/README.en.md b/README.en.md index d4d7cee..34f6ae3 100644 --- a/README.en.md +++ b/README.en.md @@ -184,6 +184,16 @@ Important settings: After setting up Selenium, make sure to set the `SELENIUM_HOST` variable in your environment to point to the Selenium hub (typically `selenium-hub:4444`). +### Error monitoring + +Marreta uses [Hawk.so](https://hawk.so), an open-source error monitoring platform. To configure monitoring, add the following variables to your `.env` or docker: + +```env +HAWK_TOKEN=your_token +``` + +You can host your own Hawk.so instance or use the hosted service at [hawk.so](https://hawk.so). The source code is available at [github.com/codex-team/hawk](https://github.com/codex-team/hawk). + ## 🛠️ Maintenance ### Logs diff --git a/README.md b/README.md index f9b0fbd..499556f 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,16 @@ Configurações importantes: Após configurar o Selenium, certifique-se de definir a variável `SELENIUM_HOST` no seu ambiente para apontar para o hub do Selenium (geralmente `selenium-hub:4444`). +### Monitoramento de erros + +O Marreta utiliza o [Hawk.so](https://hawk.so), uma plataforma de código aberto para monitoramento de erros. Para configurar o monitoramento, adicione as seguintes variáveis ao seu `.env` ou docker: + +```env +HAWK_TOKEN=seu_token +``` + +Você pode hospedar sua própria instância do Hawk.so ou usar o serviço hospedado em [hawk.so](https://hawk.so). O código fonte está disponível em [github.com/codex-team/hawk](https://github.com/codex-team/hawk). + ## 🛠️ Manutenção ### Logs