Fix navigation context issue
This commit is contained in:
@@ -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`.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user