From 08f12a17de6ff54a93d2afeb7cf315706c95b3a1 Mon Sep 17 00:00:00 2001 From: 24c02 <163450896+24c02@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:29:02 -0500 Subject: [PATCH] augh --- app/controllers/api/v4/application_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/api/v4/application_controller.rb b/app/controllers/api/v4/application_controller.rb index 86c11a0..ce5efcf 100644 --- a/app/controllers/api/v4/application_controller.rb +++ b/app/controllers/api/v4/application_controller.rb @@ -27,8 +27,8 @@ module API end def set_sentry_context - Sentry.set_user(id: current_user&.id) if current_user - Sentry.set_tags(api_key_id: current_token&.hashid) if current_token + Sentry.set_user(id: current_user&.public_id) if current_user + Sentry.set_tags(api_key_id: current_token&.id) if current_token end def not_found