Skip to content

logger.error doesn't show in the "Health" tab anymore #954

Closed
@larssn

Description

@larssn

[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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions