We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2984646 commit 9baea6dCopy full SHA for 9baea6d
packages/browser/src/core/stats/remote-metrics.ts
@@ -8,7 +8,7 @@ export interface MetricsOptions {
8
sampleRate?: number
9
flushTimer?: number
10
maxQueueSize?: number
11
- protocol?: string
+ protocol?: 'http' | 'https'
12
}
13
14
/**
0 commit comments