Skip to content

Commit

Permalink
Remove server side tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn committed Oct 5, 2024
1 parent 688f2ce commit 766bbfe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ gem 'file_validators'
gem 'fastimage'

# Miscellanea
gem 'staccato' # server side tracking for Google Analytics
# gem 'staccato' # server side tracking for Google Analytics
gem 'tilt', '~> 2.0', '>= 2.0.10'
gem 'haml'
gem 'rack-affiliates' # for tracking referrers
Expand All @@ -68,8 +68,8 @@ gem 'twbs_sass_rails'
gem 'uglifier'

gem 'logtail-rails'
gem "sentry-ruby", "~> 5.9"
gem "sentry-rails", "~> 5.9"
gem "sentry-ruby", "~> 5.20"
gem "sentry-rails", "~> 5.20"
gem "rack-attack" # Request blocking & throttling
gem "cloudflare-rails"
gem "stripe"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ GEM
erubi (>= 1.0.0)
rack (>= 0.9.0)
rouge (>= 1.0.0)
bigdecimal (3.1.8)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
builder (3.2.4)
Expand Down Expand Up @@ -418,10 +419,11 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sentry-rails (5.16.1)
sentry-rails (5.20.1)
railties (>= 5.0)
sentry-ruby (~> 5.16.1)
sentry-ruby (5.16.1)
sentry-ruby (~> 5.20.1)
sentry-ruby (5.20.1)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
simplecov (0.22.0)
docile (~> 1.1)
Expand All @@ -440,7 +442,6 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
ssrf_filter (1.1.1)
staccato (0.5.3)
stackprof (0.2.19)
stripe (8.5.0)
stripe_event (2.10.0)
Expand Down Expand Up @@ -553,12 +554,11 @@ DEPENDENCIES
rubyzip (~> 2)
sass-rails
selenium-webdriver
sentry-rails (~> 5.9)
sentry-ruby (~> 5.9)
sentry-rails (~> 5.20)
sentry-ruby (~> 5.20)
simplecov
spring
spring-commands-rspec
staccato
stackprof
stripe
stripe_event
Expand Down

0 comments on commit 766bbfe

Please sign in to comment.