[Feature] Client-js error and user association #10313
Replies: 2 comments 4 replies
-
Are you going to contribute something? Your description is too abstract to follow. |
Beta Was this translation helpful? Give feedback.
-
When it comes to front-end bugs, developers usually want to fix them as quickly as possible. This is different from the server side (may add some task scheduling to document and improve the product). In web pages, js operation exceptions often appear on one or two users. Because each user has his own data and it is different from other users. So in addition to the call stack, when fixing these bugs you also need to send the wrong data (data is associated with the user and different for each user). I long for the SW UI to be able to see which user had the error when looking at the error stack. |
Beta Was this translation helpful? Give feedback.
-
Search before asking
Description
For web pages, errors may be related to user data. For example, dirty data may only exist for certain special users. It would be very helpful when fixing these bugs if you could document the relationship between the bug and the user
Use case
When I see an error in the UI console, I can also see which users have this error, which will speed up my fixes
Related issues
Whether the custom Tag can be displayed in the error and pass through each node (web -> oap -> metrics -> alarm -> skywalkingUI)
Are you willing to submit a PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions