Skip to content

Commit

Permalink
Merge pull request #168 from datacite/log-error-with-sign-out
Browse files Browse the repository at this point in the history
add some error logging around the sign out action
  • Loading branch information
wendelfabianchinsamy authored Jun 12, 2024
2 parents ed39a92 + 34c4d59 commit 921af28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/controllers/users/sessions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ def create
def destroy
cookies[:_datacite] = empty_cookie
super
rescue => err
logger.error("bryceson checking errors")
logger.error(err)
Raven.capture_exception(err)
end
end

def link_orcid
Expand Down

0 comments on commit 921af28

Please sign in to comment.