Skip to content

Commit

Permalink
docs(sanity): update label onUncaughtError from internal to beta (#7612)
Browse files Browse the repository at this point in the history
### Description

Mistakenly a property in Source was tagged as internal when it should
have been beta.
This impacts the docs
  • Loading branch information
RitaDias authored Oct 14, 2024
1 parent e3cc6d5 commit 5b3ddc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity/src/core/config/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ export interface Source {
*/
beta?: BetaFeatures
/** Configuration for error handling.
* @internal
* @beta
*/
onUncaughtError?: (error: Error, errorInfo: ErrorInfo) => void
}
Expand Down

0 comments on commit 5b3ddc6

Please sign in to comment.