Skip to content

Commit f50010e

Browse files
committed
Update CHANGELOG.md
1 parent 68ac728 commit f50010e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
## Unreleased
22

3+
### Features
4+
5+
- Support for tracing `Sequel` queries ([#2814](https://github.com/getsentry/sentry-ruby/pull/2814))
6+
7+
```ruby
8+
require "sentry"
9+
require "sentry/sequel"
10+
11+
Sentry.init do |config|
12+
config.enabled_patches << :sequel
13+
end
14+
15+
DB = Sequel.sqlite
16+
DB.extension(:sentry)
17+
```
18+
319
### Bug Fixes
420

521
- Handle empty frames case gracefully with local vars ([#2807](https://github.com/getsentry/sentry-ruby/pull/2807))

0 commit comments

Comments
 (0)