Fix navigation context issue

This commit is contained in:
Eric Bailey
2026-01-22 12:27:20 -06:00
parent 4245f71cd8
commit bec2e802f8
9 changed files with 119 additions and 163 deletions
+5
View File
@@ -49,6 +49,11 @@ export type Metadata = {
*/
__context__?: undefined
/**
* Reserved for inherited metadata gathered in ambient context
*/
__metadata__?: Record<string, unknown>
/**
* Applied as Sentry breadcrumb types. Defaults to `default`.
*