Skip to content

Commit ebe5268

Browse files
authored
1 parent f9d8202 commit ebe5268

File tree

128 files changed

+4
-9336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+4
-9336
lines changed

.github/workflows/prepare_raven_release.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/sentry_raven_test.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

.rubocop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Style/RedundantFreeze:
1515

1616
AllCops:
1717
Exclude:
18-
- "sentry-raven/**/*"
1918
- "sentry-*/tmp/**/*"
2019
- "sentry-*/examples/**/*"
2120
- "sentry-*/spec/versioned/2.7/**/*"

.scripts/bump-version.rb

Lines changed: 0 additions & 20 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
- Add `before_send_check_in` for applying to `CheckInEvent` ([#2703](https://github.com/getsentry/sentry-ruby/pull/2703))
88
- Returning a hash from `before_send` and `before_send_transaction` is no longer supported and will drop the event.
99

10+
### Internal
11+
12+
- Archive [`sentry-raven`](https://github.com/getsentry/raven-ruby) ([#2708](https://github.com/getsentry/sentry-ruby/pull/2708))
13+
1014
## Unreleased
1115

1216
### Bug Fixes

sentry-rails/lib/sentry/rails/overrides/streaming_reporter.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ def log_error(exception)
99
super
1010
end
1111
end
12-
13-
module OldStreamingReporter
14-
def self.included(base)
15-
base.send(:alias_method_chain, :log_error, :raven)
16-
end
17-
18-
def log_error_with_raven(exception)
19-
Sentry::Rails.capture_exception(exception)
20-
log_error_without_raven(exception)
21-
end
22-
end
2312
end
2413
end
2514
end

sentry-raven/.craft.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

sentry-raven/.scripts/bump-version.rb

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)