Closed
Description
[REQUIRED] Environment info
Not sure if this is the right place to post this in the myriad of issue trackers. Sorry in advance.
firebase-tools:
9.16.3
Platform:
Node 14
[REQUIRED] Test case
Doing a logger.error('Something')
no longer shows up in the health tab in the firebase console under Functions->Health.
[REQUIRED] Steps to reproduce
import { logger } from 'firebase-functions';
logger.error('Something')
Notice that it doesn't show up in the health tab anymore
[REQUIRED] Expected behavior
That it shows up there - we need to log handled errors to the health tab.
[REQUIRED] Actual behavior
It never shows up