-
Notifications
You must be signed in to change notification settings - Fork 315
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 status communication between extension and platform #135
Labels
enhancement
Not a bug or a feature request
extension
Relates to the WebExtension written in TS and JS
Comments
Procedure:
|
This was referenced May 7, 2020
@vringar do you think your latest PRs cover this? |
No, not really |
englehardt
added
enhancement
Not a bug or a feature request
and removed
feature-request
labels
Nov 11, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Not a bug or a feature request
extension
Relates to the WebExtension written in TS and JS
Currently the extension receives the
visit_id
from the platform code and sends database queries to the aggregator. The extension provides no feedback to the platform on it's status, which has some negative effects:Ideally, the platform should check with the extension after each page visit to ensure it's still running and has finished logging all data from the page visit before moving on to the next visit. If either of these fails or the extension fails to respond, the browser should be restarted by the platform.
The text was updated successfully, but these errors were encountered: