Home / Function/ fetchTopResponseErrors() — supabase Function Reference

fetchTopResponseErrors() — supabase Function Reference

Architecture documentation for the fetchTopResponseErrors() function in OverviewErrors.constants.ts from the supabase codebase.

Entity Profile

Dependency Diagram

graph TD
  481f629d_1d14_04c2_f399_700ec66fd6cd["fetchTopResponseErrors()"]
  88c80fb7_c47a_15ef_1c36_847eec2754b1["OverviewMetrics()"]
  88c80fb7_c47a_15ef_1c36_847eec2754b1 -->|calls| 481f629d_1d14_04c2_f399_700ec66fd6cd
  76e33890_fc83_e08c_4508_11fc2d79986e["getDateRange()"]
  481f629d_1d14_04c2_f399_700ec66fd6cd -->|calls| 76e33890_fc83_e08c_4508_11fc2d79986e
  style 481f629d_1d14_04c2_f399_700ec66fd6cd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/studio/components/interfaces/Auth/Overview/OverviewErrors.constants.ts lines 59–62

export const fetchTopResponseErrors = async (projectRef: string) => {
  const { start, end } = getDateRange()
  return await fetchLogs(projectRef, AUTH_TOP_RESPONSE_ERRORS_SQL, start, end)
}

Subdomains

Called By

Frequently Asked Questions

What does fetchTopResponseErrors() do?
fetchTopResponseErrors() is a function in the supabase codebase.
What does fetchTopResponseErrors() call?
fetchTopResponseErrors() calls 1 function(s): getDateRange.
What calls fetchTopResponseErrors()?
fetchTopResponseErrors() is called by 1 function(s): OverviewMetrics.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free