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

Send structured errors through telemetry #14224

Closed
KyleAMathews opened this issue May 22, 2019 · 2 comments
Closed

Send structured errors through telemetry #14224

KyleAMathews opened this issue May 22, 2019 · 2 comments
Assignees

Comments

@KyleAMathews
Copy link
Contributor

Currently gatsby-telemetry sends a JSON string for errors.

This makes it difficult to identify what are reoccurring errors that Gatsby users are seeing.

To fix this, we should analyze errors and structure them before sending them off.

We can also enhance errors with more information e.g. at what point in the Gatsby lifecycle did the error happen? What plugin (if any) throw the error, etc.

This will be a good first step towards implementing structured error reporting gatsbyjs/rfcs#37

@gatsbot
Copy link

gatsbot bot commented Jun 12, 2019

Hiya!

This issue has gone quiet. Spooky quiet. 👻

We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here.

If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open!

As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contributefor more information about opening PRs, triaging issues, and contributing!

Thanks for being a part of the Gatsby community! 💪💜

@gatsbot gatsbot bot added the stale? Issue that may be closed soon due to the original author not responding any more. label Jun 12, 2019
@KyleAMathews KyleAMathews added not stale and removed stale? Issue that may be closed soon due to the original author not responding any more. labels Jun 12, 2019
@jamo
Copy link
Contributor

jamo commented Nov 6, 2019

I believe this has been implemented already

@jamo jamo closed this as completed Nov 6, 2019
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

3 participants