We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3253a32 commit 04ad767Copy full SHA for 04ad767
packages/types/src/options.ts
@@ -42,15 +42,6 @@ export interface ClientOptions<TO extends BaseTransportOptions = BaseTransportOp
42
*/
43
dsn?: string;
44
45
- /**
46
- * Blocking loading Sentry until Remote Configuration is
47
- * loaded, or timeout is hit, whichever occurs first. A
48
- * timeout must be specified and > 0.
49
- */
50
- blockForRemoteConfig?: {
51
- timeout: number;
52
- };
53
-
54
/**
55
* The release identifier used when uploading respective source maps. Specify
56
* this value to allow Sentry to resolve the correct source maps when
0 commit comments