mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[PR #5994] [MERGED] Update flags version and enable manual error reporting #3699
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3699
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/5994
Author: @dani-garcia
Created: 6/27/2025
Status: ✅ Merged
Merged: 6/27/2025
Merged by: @BlackDex
Base:
main← Head:enable-error-flags📝 Commits (1)
fb17477Update flags version and enable manual error reporting📊 Changes
2 files changed (+11 additions, -9 deletions)
View changed files
📝
src/api/core/mod.rs(+7 -5)📝
src/config.rs(+4 -4)📄 Description
The recent version 2025.6.0 of the mobile application contain some helpful error reporting improvements that we can probably benefit from, but they're behind feature flags:
mobile-error-reporting: When an error happens, theAn error occurreddialog now has aShare error logbutton. This will open a system share sheet so you can send the error logs through email/github/etc.enable-pm-flight-recorder: This will allow a user to enable and share temporary event logging in the application, might be helpful to debug strange behaviors. The official help page has more info: https://bitwarden.com/help/flight-recorder/Important to mention that both actions need to be user triggered, and they don't send the data to any server (neither Bitwarden nor Vaultwardens). The user is expected to manually send these logs through another medium like email.
I've also updated the config version and the permalinks to point to the latest version.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.