Skip to content

Commit

Permalink
Changelog for 5.19.0 (#2370)
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py authored Aug 13, 2024
1 parent a09da50 commit 3ac5b80
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 5.19.0

### Features

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

- 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))

To turn this behavior off, use
```bash
bin/rails generate sentry --inject-meta false
```

### Bug Fixes

Expand Down

0 comments on commit 3ac5b80

Please sign in to comment.