-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I was seeing the following error when trying to write a test around the admin functionality in editor-api: NoMethodError: undefined method show_exceptions?' for #<ActionDispatch::Request POST "http://www.example.com/amin/projects" for 127.0.0.1> It looks as though this was fixed in Sentry in PR 2049[1] and released in version 5.10.0[2]. The sentry-rails version constraint was added in 8d2ca2a but there was no explanation for it so I've assumed it's not necessary. [1]: getsentry/sentry-ruby#2049 [2]: https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md#5100
- Loading branch information
Showing
2 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters