Skip to content

Replace BreadcrumbLevel and BreadcrumbType enums with String to accept arbitrary SDK values#622

Open
Dobrunia wants to merge 1 commit intomasterfrom
fix/breadcrumb-enums-to-strings
Open

Replace BreadcrumbLevel and BreadcrumbType enums with String to accept arbitrary SDK values#622
Dobrunia wants to merge 1 commit intomasterfrom
fix/breadcrumb-enums-to-strings

Conversation

@Dobrunia
Copy link
Member

@Dobrunia Dobrunia commented Feb 7, 2026

Breadcrumb type and level fields were defined as GraphQL enums with a fixed set of values. SDK users can send arbitrary strings (e.g. "debug" as a type), which causes GraphQL validation errors like Enum "BreadcrumbType" cannot represent value: "debug".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants