mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 13:11:14 -05:00
Fix error logging issues
This commit is contained in:
@@ -5563,66 +5563,28 @@ export type Database = {
|
||||
}
|
||||
Returns: string
|
||||
}
|
||||
log_request_metadata:
|
||||
| {
|
||||
Args: {
|
||||
p_breadcrumbs?: string
|
||||
p_client_version?: string
|
||||
p_duration_ms?: number
|
||||
p_endpoint?: string
|
||||
p_environment_context?: string
|
||||
p_error_message?: string
|
||||
p_error_stack?: string
|
||||
p_error_type?: string
|
||||
p_method?: string
|
||||
p_parent_request_id?: string
|
||||
p_request_id: string
|
||||
p_status_code?: number
|
||||
p_trace_id?: string
|
||||
p_user_agent?: string
|
||||
p_user_id?: string
|
||||
}
|
||||
Returns: undefined
|
||||
}
|
||||
| {
|
||||
Args: {
|
||||
p_breadcrumbs?: string
|
||||
p_client_version?: string
|
||||
p_duration_ms?: number
|
||||
p_endpoint?: string
|
||||
p_environment_context?: string
|
||||
p_error_message?: string
|
||||
p_error_stack?: string
|
||||
p_error_type?: string
|
||||
p_method?: string
|
||||
p_parent_request_id?: string
|
||||
p_referrer?: string
|
||||
p_request_id: string
|
||||
p_status_code?: number
|
||||
p_timezone?: string
|
||||
p_trace_id?: string
|
||||
p_user_agent?: string
|
||||
p_user_id?: string
|
||||
}
|
||||
Returns: undefined
|
||||
}
|
||||
| {
|
||||
Args: {
|
||||
p_client_version?: string
|
||||
p_duration_ms?: number
|
||||
p_endpoint?: string
|
||||
p_error_message?: string
|
||||
p_error_type?: string
|
||||
p_method?: string
|
||||
p_parent_request_id?: string
|
||||
p_request_id: string
|
||||
p_status_code?: number
|
||||
p_trace_id?: string
|
||||
p_user_agent?: string
|
||||
p_user_id?: string
|
||||
}
|
||||
Returns: undefined
|
||||
}
|
||||
log_request_metadata: {
|
||||
Args: {
|
||||
p_breadcrumbs?: string
|
||||
p_client_version?: string
|
||||
p_duration_ms?: number
|
||||
p_endpoint?: string
|
||||
p_environment_context?: string
|
||||
p_error_message?: string
|
||||
p_error_stack?: string
|
||||
p_error_type?: string
|
||||
p_method?: string
|
||||
p_parent_request_id?: string
|
||||
p_referrer?: string
|
||||
p_request_id: string
|
||||
p_status_code?: number
|
||||
p_timezone?: string
|
||||
p_trace_id?: string
|
||||
p_user_agent?: string
|
||||
p_user_id?: string
|
||||
}
|
||||
Returns: undefined
|
||||
}
|
||||
migrate_ride_technical_data: { Args: never; Returns: undefined }
|
||||
migrate_user_list_items: { Args: never; Returns: undefined }
|
||||
release_expired_locks: { Args: never; Returns: number }
|
||||
|
||||
Reference in New Issue
Block a user