Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to copy Message ID for debugging message reliability issues #21984

Open
churik opened this issue Jan 24, 2025 · 2 comments
Open

Add option to copy Message ID for debugging message reliability issues #21984

churik opened this issue Jan 24, 2025 · 2 comments

Comments

@churik
Copy link
Member

churik commented Jan 24, 2025

Problem

Currently it is quite hard to debug waku issues (context), as we're not logging message IDs.

To simplify this, I propose adding the same option that the desktop version provides when “DEBUG” mode is enabled:

Image

This would allow QAs and developers to locate faulty messages more easily by providing a unique identifier for each message.

Acceptance criteria

The option "Copy Message ID" can be implemented using the existing API_LOGGING_ENABLED flag (of course can be done separately, this is a suggestion)

  • If API_LOGGING_ENABLED = true, the user sees this option in the UI in context menu, similar to the desktop app
@churik
Copy link
Member Author

churik commented Jan 24, 2025

cc @ilmotta
may be we can squeeze it to 2.34?

@ilmotta
Copy link
Contributor

ilmotta commented Jan 24, 2025

cc @ilmotta may be we can squeeze it to 2.34?

I think it's doable to squeeze this in 2.33 because it's a quick win. Let me grab this one @churik

@ilmotta ilmotta self-assigned this Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants