diff --git a/Gemfile b/Gemfile index c604346..9639d62 100644 --- a/Gemfile +++ b/Gemfile @@ -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 ] diff --git a/Gemfile.lock b/Gemfile.lock index 0563216..eb4f5b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -310,6 +312,7 @@ PLATFORMS x86_64-linux DEPENDENCIES + appsignal bootsnap bootstrap debug diff --git a/config/appsignal.yml b/config/appsignal.yml new file mode 100644 index 0000000..eab3dfc --- /dev/null +++ b/config/appsignal.yml @@ -0,0 +1,4 @@ +production: + ignore_errors: + - ActiveRecord::RecordNotFound + - ActionController::RoutingError \ No newline at end of file