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 error monitoring framework to Electric #1849

Closed
msfstef opened this issue Oct 14, 2024 · 5 comments
Closed

Add error monitoring framework to Electric #1849

msfstef opened this issue Oct 14, 2024 · 5 comments

Comments

@msfstef
Copy link
Contributor

msfstef commented Oct 14, 2024

It would be good to include an error monitoring tool, like Sentry or AppSignal, even if it is just for development environments.

@msfstef msfstef added this to the Production Readiness milestone Oct 14, 2024
@KyleAMathews
Copy link
Contributor

Like a doc page I assume?

@msfstef
Copy link
Contributor Author

msfstef commented Oct 15, 2024

I meant more to integrate an error monitoring library in the sync service itself and setting up a project for it to start tracking errors directly, at least from our own testing, examples, and deployments

@KyleAMathews
Copy link
Contributor

Hmm how would that work? We'd want any error reporting to be optional.

@msfstef
Copy link
Contributor Author

msfstef commented Oct 16, 2024

Similar to Honeycomb, we can add the SDK to the sync service and only enable it if an API key is provided - so for our internal use, whether dev or just our own deployments, we can use our own API key, and anyone who wants to deploy it themselves can use it with their own (or point it to ours for debugging)

@KyleAMathews
Copy link
Contributor

Done: #2099

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