Skip to content

Commit

Permalink
Ignore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovdog committed Dec 23, 2024
1 parent 5f229bf commit a6bdd22
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/cli/alto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ if (process.env.DOTENV_CONFIG_PATH) {
if (process.env.SENTRY_DSN) {
sentry.init({
dsn: process.env.SENTRY_DSN,
environment: process.env.ENVIRONMENT
environment: process.env.ENVIRONMENT,
ignoreErrors: [
"RpcRequestError",
"ResourceNotFoundRpcError",
"HttpRequestError",
]
})
}

Expand Down

0 comments on commit a6bdd22

Please sign in to comment.