-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[EBT] Collect console errors #140933
Comments
Pinging @elastic/kibana-core (Team:Core) |
These might also include actively logged errors via |
Totally agree having this data would be helpful, but curious how if you see this or #140932 relating to the proposal for a browser logging service? For errors on the server, we don't really need EBT because we already have our server logs which can be analyzed at a large scale via the cloud overview cluster. If we ended up building a browser logging service that shipped logs to the server, we could potentially achieve the same thing (depending on how it was implemented). So I'm wondering how we should be thinking about the role of EBT in collecting browser console logs vs an official browser logging service. Do we need both, or is one or the other preferable? |
++ for focusing on developing the client-side logging service and then collecting such errors from here (Also I'm not sure there's a way to hook into |
++ to the browser logging service: I think it'll unlock this and other needs we currently have. It will make it much easier to hook events to that (wether we decide to ship them to the telemetry services or the server, that's up to us) :) |
The browser-side logger was implemented in #144107, which may unblock this issue |
On the browser side, we'd like to collect the error messages printed in the browser's console.
Note: It may include the events from #140932, so that other issue might not be relevant.
The text was updated successfully, but these errors were encountered: