Commit cbabc64
committed
fix: remove hardcoded internal OTLP endpoint from default config
The Telemetry:Otlp:Endpoint was set to the internal collector URL,
causing all user deployments to silently send telemetry to our server.
Default is now empty string (no export). Users opt-in by setting
Telemetry__Otlp__Endpoint via appsettings.json or environment variable.1 parent 148f2f3 commit cbabc64
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments