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

feat: introduce tracing::instrument and more debug #79

Merged
merged 1 commit into from
Feb 15, 2025

Conversation

alemidev
Copy link
Member

potentially problematic RPCs (mostly those connecting to new resources) now have proper tracing::instrument spans for better debugging. All background workers (workspace, cursor, buffer) now have their loops properly instrumented too, so that we know from which buffer controller an error came

@alemidev alemidev added core This issue is related to the core Rust library improvement Improve an existing feature labels Feb 15, 2025
@alemidev alemidev self-assigned this Feb 15, 2025
@alemidev alemidev requested a review from zaaarf February 15, 2025 12:41
@zaaarf zaaarf force-pushed the feat/better-tracing branch from 2126cfe to a4c2583 Compare February 15, 2025 14:36
@zaaarf zaaarf merged commit 253461b into dev Feb 15, 2025
48 checks passed
@zaaarf zaaarf deleted the feat/better-tracing branch February 15, 2025 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core This issue is related to the core Rust library improvement Improve an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants