Commit 5fdc3e4
committed
fix(protocol): point the default telemetry ingest at offlineprotocol.com
The build script baked analytics.offlineprotocol.io, a hostname that does
not exist. Every default build queued its batches and failed each send on
DNS, backing off to 15 minutes and expiring the batches unsent after six
days. The ingest lives at analytics.offlineprotocol.com, the domain every
other reference in the repository already uses; it resolves, serves a
certificate issued for that name, and answers the events route.1 parent 9ed705d commit 5fdc3e4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments