QueryPerformanceErrorContext Type — supabase Architecture
Architecture documentation for the QueryPerformanceErrorContext type/interface in QueryPerformance.utils.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/QueryPerformance/QueryPerformance.utils.ts lines 42–51
export type QueryPerformanceErrorContext = {
projectRef?: string
databaseIdentifier?: string
queryPreset?: string
queryType?: 'hitRate' | 'metrics' | 'mainQuery' | 'monitor' | 'slowQueriesCount'
sql?: string
errorMessage?: string
postgresVersion?: string
databaseType?: 'primary' | 'read-replica'
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free