Skip to content

Commit 5fb1fa0

Browse files
committed
Remove unnecessary ActiveJob inclusion (#1655)
* Remove unnecessary ActiveJob inclusion * Update changelog
1 parent 3d6ae9d commit 5fb1fa0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Use prepended method instead of `around_perform` for `ActiveJob` integration [#1631](https://github.com/getsentry/sentry-ruby/pull/1631)
66
- Fixes [#956](https://github.com/getsentry/sentry-ruby/issues/956) and [#1629](https://github.com/getsentry/sentry-ruby/issues/1629)
7+
- Remove unnecessary ActiveJob inclusion [#1655](https://github.com/getsentry/sentry-ruby/pull/1655)
78

89
## 4.8.1
910

sentry-rails/lib/sentry/rails/active_job.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,3 @@ def sentry_context
6565
end
6666
end
6767
end
68-
69-
class ActiveJob::Base
70-
include Sentry::Rails::ActiveJobExtensions
71-
end

0 commit comments

Comments
 (0)