Home / Function/ AnomalyAlert() — ui Function Reference

AnomalyAlert() — ui Function Reference

Architecture documentation for the AnomalyAlert() function in vercel.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  720d3793_fe30_6466_ae55_de81b33ebe43["AnomalyAlert()"]
  57afcab1_fc30_7f69_ecf5_50ea8da6ba44["vercel.tsx"]
  720d3793_fe30_6466_ae55_de81b33ebe43 -->|defined in| 57afcab1_fc30_7f69_ecf5_50ea8da6ba44
  style 720d3793_fe30_6466_ae55_de81b33ebe43 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/blocks/vercel.tsx lines 190–214

function AnomalyAlert() {
  return (
    <Example
      title="Anomaly Alert"
      className="aspect-square items-center justify-center"
    >
      <Card className="w-full max-w-xs">
        <CardContent className="p-6">
          <Empty className="mx-auto p-0">
            <EmptyHeader>
              <EmptyTitle>Get alerted for anomalies</EmptyTitle>
              <EmptyDescription>
                Automatically monitor your projects for anomalies and get
                notified.
              </EmptyDescription>
            </EmptyHeader>
            <EmptyContent>
              <Button>Upgrade to Observability Plus</Button>
            </EmptyContent>
          </Empty>
        </CardContent>
      </Card>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

What does AnomalyAlert() do?
AnomalyAlert() is a function in the ui codebase, defined in apps/v4/registry/bases/base/blocks/vercel.tsx.
Where is AnomalyAlert() defined?
AnomalyAlert() is defined in apps/v4/registry/bases/base/blocks/vercel.tsx at line 190.

Analyze Your Own Codebase

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

Try Supermodel Free