diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eaff1a37..52dcdfe2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ config.enabled_patches += [:graphql] end ``` +- Add query source support to `sentry-rails` ([#2313](https://github.com/getsentry/sentry-ruby/pull/2313)) + + The feature is only activated in apps that use Ruby 3.2+ and Rails 7.1+. By default only queries that take longer than 100ms will have source recorded, which can be adjusted by updating the value of `config.rails.db_query_source_threshold_ms`. ### Bug Fixes