Skip to content

Commit

Permalink
appsignal
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Sep 5, 2023
1 parent 6e004e0 commit 5028d89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ gem 'licensee'
gem 'typhoeus'
gem 'google-protobuf'
gem "nokogiri"
gem 'appsignal'

group :development, :test do
gem "debug", platforms: %i[ mri mingw x64_mingw ]
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
appsignal (3.4.12)
rack
autoprefixer-rails (10.4.13.0)
execjs (~> 2)
bindex (0.8.1)
Expand Down Expand Up @@ -310,6 +312,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
appsignal
bootsnap
bootstrap
debug
Expand Down
4 changes: 4 additions & 0 deletions config/appsignal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
production:
ignore_errors:
- ActiveRecord::RecordNotFound
- ActionController::RoutingError

0 comments on commit 5028d89

Please sign in to comment.