Skip to content

Commit 9baea6d

Browse files
committed
narrow protocol type
1 parent 2984646 commit 9baea6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/core/stats/remote-metrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface MetricsOptions {
88
sampleRate?: number
99
flushTimer?: number
1010
maxQueueSize?: number
11-
protocol?: string
11+
protocol?: 'http' | 'https'
1212
}
1313

1414
/**

0 commit comments

Comments
 (0)