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

Don't send failures to SessionController in development environment #2121

Merged
merged 2 commits into from
Jan 26, 2021

Conversation

pgwillia
Copy link
Member

@pgwillia pgwillia commented Jan 26, 2021

Context

Since bumping omniauth from 1.9.1 to 2.0.1 in our application all development errors have become failures. For example I purposefully introduce an error to a view. It is caught by omniauth and calls fail which means that we can no longer use better_errors to debug.

image

Opened a ticket with omniauth to see if they have any suggestions.

Related to .omniauth/omniauth#1030

What's New

Don't send failures to SessionController in development environment.

Since bumping omniauth from 1.9.1 to 2.0.1 in our application all development errors have become failures. For example I purposefully introduce an error to a view. It is caught by omniauth and calls fail which means that we can no longer use better_errors to debug.

Opened a ticket with omniauth to see if they have any suggestions.
@pgwillia pgwillia merged commit ea9d66c into master Jan 26, 2021
pgwillia added a commit that referenced this pull request Jan 29, 2021
…2121)

Since bumping omniauth from 1.9.1 to 2.0.1 in our application all development errors have become failures. For example I purposefully introduce an error to a view. It is caught by omniauth and calls fail which means that we can no longer use better_errors to debug.

Opened a ticket with omniauth to see if they have any suggestions.
@murny murny deleted the bring_back_better_errors branch September 15, 2021 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants