There was an error while loading. Please reload this page.
1 parent a09da50 commit 3ac5b80Copy full SHA for 3ac5b80
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Unreleased
+## 5.19.0
2
3
### Features
4
@@ -18,7 +18,12 @@
18
- Transaction data are now included in the context ([#2365](https://github.com/getsentry/sentry-ruby/pull/2365))
19
- Closes [#2364](https://github.com/getsentry/sentry-ruby/issues/2363)
20
21
-- Include Sentry meta tag in the layout automatically ([#2369](https://github.com/getsentry/sentry-ruby/pull/2369))
+- 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
+ ```
27
28
### Bug Fixes
29
0 commit comments