Skip to content

Commit

Permalink
narrow protocol type
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljackins committed Mar 5, 2024
1 parent 2984646 commit 9baea6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/core/stats/remote-metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface MetricsOptions {
sampleRate?: number
flushTimer?: number
maxQueueSize?: number
protocol?: string
protocol?: 'http' | 'https'
}

/**
Expand Down

0 comments on commit 9baea6d

Please sign in to comment.