This commit is contained in:
24c02 2026-01-30 15:29:02 -05:00
parent 64a833329c
commit 08f12a17de

View file

@ -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