Skip to content

fix: allow arbitrary string values for BreadcrumbType#71

Merged
Dobrunia merged 3 commits intomasterfrom
fix/allow-arbitrary-breadcrumb-type-and-level
Feb 7, 2026
Merged

fix: allow arbitrary string values for BreadcrumbType#71
Dobrunia merged 3 commits intomasterfrom
fix/allow-arbitrary-breadcrumb-type-and-level

Conversation

@Dobrunia
Copy link
Member

@Dobrunia Dobrunia commented Feb 7, 2026

Fix Enum "BreadcrumbType" cannot represent value: "debug". The type was a strict union of known literals, which rejected any custom values sent by SDK users. Changed BreadcrumbType to accept any string while preserving IDE autocompletion for known types via the (string & {}) pattern.

@Dobrunia Dobrunia merged commit 8ed4907 into master Feb 7, 2026
@Dobrunia Dobrunia deleted the fix/allow-arbitrary-breadcrumb-type-and-level branch February 7, 2026 19:35
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