Skip to content

Commit

Permalink
Add stackprof gem
Browse files Browse the repository at this point in the history
This add profiling to our Sentry configuration.
  • Loading branch information
Nitemaeric committed Dec 13, 2024
1 parent 8b82a7c commit 9e1b7c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ gem 'jsonb_accessor'
gem 'sentry-rails'
gem 'sentry-ruby'
gem 'sentry-sidekiq'
gem 'stackprof'

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ GEM
skylight (6.0.4)
activesupport (>= 5.2.0)
smart_properties (1.17.0)
stackprof (0.2.26)
stringio (3.1.2)
super_diff (0.14.0)
attr_extras (>= 6.2.4)
Expand Down Expand Up @@ -842,6 +843,7 @@ DEPENDENCIES
simplecov (< 0.23)
site_prism (~> 5.0)
skylight
stackprof
super_diff
table_print
terminal-table
Expand Down

0 comments on commit 9e1b7c1

Please sign in to comment.