[PR #6633] [PM-24380] fix: Correct and redact flight recorder hostname on logs #12880

Open
opened 2026-04-11 03:52:47 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/bitwarden/android/pull/6633

State: open
Merged: No


🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-24380

📔 Objective

This aims two address different scenarios.

  1. On the network exception we are logging the cloud api when the user is self-hosted. This is caused because we are looking at the instance without the BaseUrlInterceptor having updated the url. So now we are checking on the NetworkResultCall if we should update the BaseUrl using the existing BaseUrlsProvider
  2. Replace the hostname from self-hosted instance on flight recorder logs in order to protect PII information from the logs.
**Original Pull Request:** https://github.com/bitwarden/android/pull/6633 **State:** open **Merged:** No --- ## 🎟️ Tracking https://bitwarden.atlassian.net/browse/PM-24380 ## 📔 Objective This aims two address different scenarios. 1. On the network exception we are logging the cloud api when the user is self-hosted. This is caused because we are looking at the instance without the `BaseUrlInterceptor` having updated the url. So now we are checking on the `NetworkResultCall` if we should update the BaseUrl using the existing `BaseUrlsProvider` 2. Replace the hostname from self-hosted instance on flight recorder logs in order to protect PII information from the logs.
GiteaMirror added the pull-request label 2026-04-11 03:52:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#12880