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

how to add the option to add backend requests activity #341

Open
progtarek opened this issue Apr 17, 2023 · 1 comment
Open

how to add the option to add backend requests activity #341

progtarek opened this issue Apr 17, 2023 · 1 comment
Labels
question A general question that does not require code changes.

Comments

@progtarek
Copy link

Question

I encounter a case in which I want to add to the events list the activity of APIs calls, so in other words I want to keep track as well of APIs calls, so if a user didn't send any calls in 5 minutes this also considers idle.
is there a way to do it with the package?
or we might consider this requirement as a new feature to be added.

@progtarek progtarek added question A general question that does not require code changes. triage Has not been reviewed yet and should not be worked on. labels Apr 17, 2023
@SupremeTechnopriest
Copy link
Owner

Not currently. You can use my other open source project https://www.npmjs.com/package/network-idle and use your existing IdleTimer onIdle and timeout.

networkIdleCallback(onIdle, timeout)

@SupremeTechnopriest SupremeTechnopriest removed the triage Has not been reviewed yet and should not be worked on. label Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A general question that does not require code changes.
Projects
None yet
Development

No branches or pull requests

2 participants