Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade sentry-rails Gem #331

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Upgrade sentry-rails Gem #331

merged 1 commit into from
Jun 14, 2024

Conversation

chrisroos
Copy link
Contributor

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 and released in version 5.10.0.

The sentry-rails version constraint was added in
8d2ca2a but there was no explanation for it so I've assumed it's not necessary.

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
@cla-bot cla-bot bot added the cla-signed label Jun 14, 2024
@raspberrypiherokubot raspberrypiherokubot temporarily deployed to editor-api-p-upgrade-se-flzdyg June 14, 2024 11:26 Inactive
Copy link
Contributor

@sra405 sra405 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@chrisroos chrisroos merged commit d96e5ad into main Jun 14, 2024
3 checks passed
@chrisroos chrisroos deleted the upgrade-sentry-rails branch June 14, 2024 11:37
@chrisroos
Copy link
Contributor Author

Thanks, @sra405 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants