Skip to content

Commit

Permalink
Update appsignal actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ferblape committed Apr 29, 2024
1 parent a260048 commit 9d5b67d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/appsignal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ default: &defaults
enable_frontend_error_catching: true
enable_gc_instrumentation: true
ignore_actions:
- "Decidim::LinksController#new"
- "Decidim::ManifestsController#show"
- "ActiveStorage::Representations::RedirectController#show"
- "ActiveStorage::DiskController#show"
- "ActiveStorage::BlobsController#show"
- "ActiveStorage::RepresentationsController#show"
- "Decidim::ErrorsController#internal_server_error"
- "Decidim::ErrorsControlle#not_found"
- "Decidim::LinksController#new"

development:
<<: *defaults
Expand Down

0 comments on commit 9d5b67d

Please sign in to comment.