mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-01 10:10:14 +00:00
atualização do readme com informações sobre hawk
This commit is contained in:
parent
2e554ba6ae
commit
b4712928e6
2 changed files with 20 additions and 0 deletions
10
README.en.md
10
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
|
||||
|
|
10
README.md
10
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
|
||||
|
|
Loading…
Add table
Reference in a new issue