Skip to content

Commit 3ac5b80

Browse files
authored
Changelog for 5.19.0 (#2370)
1 parent a09da50 commit 3ac5b80

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 5.19.0
22

33
### Features
44

@@ -18,7 +18,12 @@
1818
- Transaction data are now included in the context ([#2365](https://github.com/getsentry/sentry-ruby/pull/2365))
1919
- Closes [#2364](https://github.com/getsentry/sentry-ruby/issues/2363)
2020

21-
- Include Sentry meta tag in the layout automatically ([#2369](https://github.com/getsentry/sentry-ruby/pull/2369))
21+
- Inject Sentry meta tags in the Rails application layout automatically in the generator ([#2369](https://github.com/getsentry/sentry-ruby/pull/2369))
22+
23+
To turn this behavior off, use
24+
```bash
25+
bin/rails generate sentry --inject-meta false
26+
```
2227

2328
### Bug Fixes
2429

0 commit comments

Comments
 (0)