Skip to content

Commit 40cb80c

Browse files
1 parent 7d25284 commit 40cb80c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/types-dev/objects.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,9 @@ declare global {
406406

407407
// Make it possible to narrow the object type using the custom property
408408
custom?: undefined;
409+
410+
/** If set to true, the reporting by sentry on this host is disabled for all instances */
411+
disableDataReporting?: boolean;
409412
}
410413

411414
interface HostNative {

0 commit comments

Comments
 (0)