New: MCP server monitoring is live. Start free
FrontSchemaAdditive

Enum values changed in schema AnalyticsScalarType

Affected surface
schema AnalyticsScalarType
Affected field
AnalyticsScalarType

What changed

Enum values changed in schema AnalyticsScalarType Affected surface: schema AnalyticsScalarType. Root cause: schema `AnalyticsScalarType`. Detected at Fri, 12 Sep 2025 22:05:59 UTC UTC.

Diff

{
  "added_enums": [
    "resource"
  ],
  "schema_path": "schema AnalyticsScalarType"
}

Likely impact

This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.

Audit any switch/match statements over this enum. Removed values become unhandled paths.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.