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

Support callbacks for VM component errors #98

Open
charleslavon opened this issue Aug 9, 2023 · 1 comment
Open

Support callbacks for VM component errors #98

charleslavon opened this issue Aug 9, 2023 · 1 comment

Comments

@charleslavon
Copy link
Contributor

charleslavon commented Aug 9, 2023

Description

Right now we don't have visibility into error events within VM. This creates a major blind spot to understand developer experience (types of errors and frequency of errors). This blocks us from efficiently improving the product.

An Ideal Solution would provide

A new capability of passing callbacks into VM to fire error events. Each error event should contain timestamp, some classification of the error, enough information to help us reproduce the error and narrow down the problem / environment.

Additional context

Any PII or account ID should not be collected in the error event.

@jinouyang

This comment was marked as duplicate.

@charleslavon charleslavon changed the title TBD Support callbacks for VM component errors Support callbacks for VM component errors Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants