From 939f36816d5062249694f3777cdf37b4ec878b2f Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Wed, 25 Nov 2020 01:13:12 +0100 Subject: [PATCH] Update Raven user context --- app/controllers/application_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index e2023421..a158fc15 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -26,7 +26,6 @@ class ApplicationController < ActionController::Base Raven.user_context( id: current_user.id, type: current_user.class.name, - email: current_user.email, username: current_user.displayname, consumer: current_user.consumer.name )