You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried it in development, it's working for logger and sentry
but in staging, it's showing in logger, but not show alert notification in sentry ?
and i set configuration like this
config/initializers/bullet.rb Rails.application.configure do config.after_initialize do Bullet.sentry = true Bullet.bullet_logger = true Bullet.n_plus_one_query_enable = true Bullet.enable = true Bullet.unused_eager_loading_enable = false Bullet.counter_cache_enable = false end end
The text was updated successfully, but these errors were encountered:
yessinf
changed the title
Why sentry not received alert when n+1 query detected ?
Why sentry not received alert when n+1 query detected in staging env ?
Mar 13, 2023
I've tried it in development, it's working for logger and sentry
but in staging, it's showing in logger, but not show alert notification in sentry ?
and i set configuration like this
config/initializers/bullet.rb
Rails.application.configure do
config.after_initialize do
Bullet.sentry = true
Bullet.bullet_logger = true
Bullet.n_plus_one_query_enable = true
Bullet.enable = true
Bullet.unused_eager_loading_enable = false
Bullet.counter_cache_enable = false
end
end
The text was updated successfully, but these errors were encountered: