Skip to content

Commit 04ad767

Browse files
authored
Update packages/types/src/options.ts
1 parent 3253a32 commit 04ad767

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/types/src/options.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,6 @@ export interface ClientOptions<TO extends BaseTransportOptions = BaseTransportOp
4242
*/
4343
dsn?: string;
4444

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-
5445
/**
5546
* The release identifier used when uploading respective source maps. Specify
5647
* this value to allow Sentry to resolve the correct source maps when

0 commit comments

Comments
 (0)