mirror of
https://github.com/suitenumerique/meet.git
synced 2026-09-04 14:45:40 +00:00
📈(frontend) downgrade unreachable external home URL from error to event
The "unreachable external home URL" check was reporting failures as errors. In practice, it fired a lot for users behind corporate networks that cannot reach our public landing page, which is expected behavior and not something to investigate. Capture it as a regular telemetry event instead of an error, so it still gives us visibility on the frequency of the case without polluting error dashboards.
This commit is contained in:
@@ -8,6 +8,10 @@ and this project adheres to
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- 📈(frontend) downgrade unreachable external home URL from error to event
|
||||
|
||||
## [1.26.0] - 2026-08-12
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user