Skip to content

Commit

Permalink
Add breaking clarification for scope.transaction_names (#2331)
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py authored Jun 26, 2024
1 parent e0fb2e0 commit 069de02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
- Don't mutate `enabled_environments` when using `Sentry::TestHelper` ([#2317](https://github.com/getsentry/sentry-ruby/pull/2317))
- Don't use array for transaction names and sources on scope ([#2324](https://github.com/getsentry/sentry-ruby/pull/2324))
- Fixes [#2257](https://github.com/getsentry/sentry-ruby/issues/2257)
- **BREAKING** This removes the internal `scope.transaction_names` method, please use `scope.transaction_name` instead
### Internal
Expand Down

0 comments on commit 069de02

Please sign in to comment.