mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 18:35:12 +00:00
augh
This commit is contained in:
parent
64a833329c
commit
08f12a17de
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue