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

Enable execution id for 2nd gen functions log. #8276

Merged
merged 6 commits into from
Mar 3, 2025
Merged

Conversation

taeold
Copy link
Contributor

@taeold taeold commented Mar 1, 2025

Functions Framework added support for logging execution id for every log entry emitted by 2nd Gen functions:

https://cloud.google.com/functions/docs/monitoring/logging#viewing_runtime_logs

We will enable this feature by default for all Firebase Functions customers, unless user has decided to expliclty opt-out of it by setting the env var to false.

taeold added 2 commits March 1, 2025 11:39
Functions Framework added support for logging execution id for every log entry emitted by 2nd Gen functions:

https://cloud.google.com/functions/docs/monitoring/logging#viewing_runtime_logs

We will enable this feature by default for all Firebase Functions customers, unless user has decided to expliclty opt-out of it by setting the env var to false.
@taeold taeold marked this pull request as ready for review March 1, 2025 19:42
@taeold taeold requested review from inlined and blidd-google March 1, 2025 19:43
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.01%. Comparing base (6583f7e) to head (be4fb8a).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8276      +/-   ##
==========================================
+ Coverage   50.96%   51.01%   +0.05%     
==========================================
  Files         423      423              
  Lines       29943    29943              
  Branches     6141     6141              
==========================================
+ Hits        15260    15275      +15     
+ Misses      13306    13291      -15     
  Partials     1377     1377              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@taeold taeold merged commit 89c523a into master Mar 3, 2025
51 of 56 checks passed
@taeold taeold deleted the dl-enable-execution-id branch March 3, 2025 21:53
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.

3 participants