Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why sentry not received alert when n+1 query detected in staging env ? #650

Open
yessinf opened this issue Mar 13, 2023 · 0 comments
Open

Comments

@yessinf
Copy link

yessinf commented 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

@yessinf 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant