-
Notifications
You must be signed in to change notification settings - Fork 141
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
Enable foreground tracking for everyone #961
Conversation
Codecov Report
@@ Coverage Diff @@
## main #961 +/- ##
==========================================
+ Coverage 89.08% 89.14% +0.06%
==========================================
Files 83 83
Lines 3866 3861 -5
Branches 857 856 -1
==========================================
- Hits 3444 3442 -2
+ Misses 422 419 -3
Continue to review full report at Codecov.
|
bba4a58
to
0e57a68
Compare
@@ -60,10 +51,6 @@ function addNewForegroundPeriod() { | |||
} | |||
const currentForegroundPeriod = foregroundPeriods[foregroundPeriods.length - 1] | |||
if (currentForegroundPeriod !== undefined && currentForegroundPeriod.end === undefined) { | |||
addMonitoringMessage('Previous foreground periods not closed. Continuing current one', { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about other messages?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK, They are not triggered at the moment, I would like to know if we change something and those limit case start to trigger.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By looking at the logs I shared with you earlier, we can see some occurrences for all of them.
…reground-by-default
Closed for #1053 |
Motivation
Enable foreground tracking for everyone
Changes
Remove experimental flag
I have gone over the contributing documentation.