Skip to content

Trace ids #145

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Trace ids #145

wants to merge 2 commits into from

Conversation

Xiphe
Copy link
Collaborator

@Xiphe Xiphe commented Jun 25, 2025

When I was debugging #144 and #119 I had added this feature temporarily to the codebase.

I believe it may be pretty helpful not only for future maintenance of the library but also for apps wanting to trace down how the cache actually behaves.

Xiphe added 2 commits June 25, 2025 18:08
to support inspection of the pending state for complex debugging cases
Copy link
Member

@kentcdodds kentcdodds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense! Just one quick comment then this is good

@@ -1670,6 +1695,72 @@ describe('cachified', () => {

expect(value).toBe('ONE');
});

it('supports trace ids', () => {});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be deleted?

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

Successfully merging this pull request may close these issues.

2 participants