-
Notifications
You must be signed in to change notification settings - Fork 926
Create a logging service with flagsetDeliveryMetricsExportedToBigQueryEnabled
to enable/disable
#5139
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
Conversation
🦋 Changeset detectedLatest commit: d073551 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
setDeliveryMetricsExportedToBigQueryEnabled
to enable/disable
Changeset File Check
|
Binary Size ReportAffected SDKs
Test Logs |
Size Analysis ReportAffected Products
|
} | ||
|
||
if (!messaging.logEvents.length) { | ||
return _processQueue(messaging, LOG_INTERVAL_IN_MS); |
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.
Should it not use offsetInMs
? Maybe some comments can help clarify.
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.
I thought about executeAfterMsElapsed
or executeAfterMs
but they don't have a preference. So made a comment. Let me know if you have any suggestion
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.
I meant to ask if it should use the argument offsetInMs
instead of using this constant.
Thanks for addressing most of my comments. However, some of them are resolved without any comments, nor did I see any related code changes, so I'm not sure if there are pending changes you haven't committed, or you decided to not accept them, which is totally fine. Can you please reply to those comments to clarify? |
…into js-fcm-firelog Mering in type change
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.
Approved pending CI and one question
…into js-fcm-firelog pull before merge .
SUBMIT ONLY After ariane/4082391 APPROVAL
Add a logging mechanism and a flag to Log client event.