Skip to content

Commit

Permalink
feat: Remove rollbar (#2597)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimadactyl authored Sep 5, 2024
1 parent 8845078 commit 1e9c4f8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 66 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ gem 'net-pop', require: false
gem 'net-smtp', require: false
gem 'observer'
gem 'paper_trail'
gem 'rollbar'
gem 'uk_postcode'

group :development, :test do
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ GEM
netrc (~> 0.8)
rexml (3.2.9)
strscan
rollbar (3.5.2)
rubocop (1.62.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -558,7 +557,6 @@ DEPENDENCIES
rails-controller-testing
rails-erd
rdoc
rollbar
rubocop (= 1.62.0)
rubocop-graphql (= 1.5.4)
rubocop-minitest (= 0.35.1)
Expand Down
2 changes: 0 additions & 2 deletions app/jobs/calendar_importer_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ def report_error(e, message)
# see note in Calendar#flag_error_import_job! for details
calendar.reload
calendar.flag_error_import_job! full_message
# puts full_message, backtrace if Rails.env.development?
# Rollbar.error full_message, { exception_type: e.class.name, backtrace: backtrace }
end

def report_bad_source_error(e)
Expand Down
2 changes: 1 addition & 1 deletion app/views/pages/privacy.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<h4>Log Files</h4>
<p>PlaceCal.org's hosting server follows a standard procedure of using log files. These files log visitors when they visit websites. All hosting companies do this as a part of hosting services’ analytics. The information collected by log files include internet protocol (IP) addresses, browser type, Internet Service Provider (ISP), date and time stamp. These are not linked to any information that is personally identifiable.</p>

<p>PlaceCal uses an error logging service called Rollbar. This service logs errors that may occur while you are browsing the site. These are not linked to any information that is personally identifiable. The purpose of these logs is to ensure the security and operation of the website is as expected and alert us when it is not.</p>
<p>PlaceCal uses an error logging service called [Appsignal](https://www.appsignal.com/). This service logs errors that may occur while you are browsing the site. These are not linked to any information that is personally identifiable. The purpose of these logs is to ensure the security and operation of the website is as expected and alert us when it is not.</p>

<h4>Cookies, Web Beacons, Analytics Data and Third Party Privacy Policies</h4>

Expand Down
60 changes: 0 additions & 60 deletions config/initializers/rollbar.rb

This file was deleted.

0 comments on commit 1e9c4f8

Please sign in to comment.