Skip to content

Commit

Permalink
Add Glitchtip
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Mar 17, 2024
1 parent 6059900 commit dfeaef8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ gem "select2-rails"
# Dynamic forms
gem 'cocoon'

# Sentry (actually glitchtip)
gem 'sentry-rails'

# Font Awesome
gem 'font-awesome-rails'

Expand Down
17 changes: 8 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ GEM
rake (>= 10.4, < 14.0)
base64 (0.2.0)
bcrypt_pbkdf (1.1.0)
bigdecimal (3.1.7)
bindex (0.8.1)
bootsnap (1.18.3)
msgpack (~> 1.2)
Expand Down Expand Up @@ -255,8 +256,6 @@ GEM
rack (2.2.8.1)
rack-contrib (2.4.0)
rack (< 4)
rack-proxy (0.7.7)
rack
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7.7)
Expand Down Expand Up @@ -324,7 +323,12 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic_range (3.0.0)
sentry-rails (5.17.1)
railties (>= 5.0)
sentry-ruby (~> 5.17.1)
sentry-ruby (5.17.1)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
shellany (0.0.1)
slim (5.2.1)
temple (~> 0.10.0)
Expand Down Expand Up @@ -364,11 +368,6 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webpacker (5.4.4)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
webrick (1.8.1)
websocket (1.2.10)
websocket-driver (0.7.6)
Expand Down Expand Up @@ -415,13 +414,13 @@ DEPENDENCIES
sassc-rails
select2-rails
selenium-webdriver
sentry-rails
slim-rails
timecop
turbolinks (~> 5)
tzinfo-data
uglifier (>= 1.3.0)
web-console (>= 3.3.0)
webpacker

RUBY VERSION
ruby 3.3.0p0
Expand Down

0 comments on commit dfeaef8

Please sign in to comment.