From b4712928e6b46ff235559c53ecf74bd1592e007e Mon Sep 17 00:00:00 2001 From: Renan Bernordi Date: Thu, 19 Dec 2024 22:56:15 -0300 Subject: [PATCH] =?UTF-8?q?atualiza=C3=A7=C3=A3o=20do=20readme=20com=20inf?= =?UTF-8?q?orma=C3=A7=C3=B5es=20sobre=20hawk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 10 ++++++++++ README.md | 10 ++++++++++ 2 files changed, 20 insertions(+) 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