Skip to content

Commit d7e58db

Browse files
committed
Remove old code
1 parent 146f19c commit d7e58db

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/telemetry/src/api.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@ export function captureError(
8787

8888
const customAttributes = attributes || {};
8989

90-
// Set firebase installation ID ("FID") if available, which
91-
// represents the "user" who experienced the error.
92-
if (telemetry.fid) {
93-
customAttributes['user.id'] = telemetry.fid;
94-
}
95-
9690
if (error instanceof Error) {
9791
logger.emit({
9892
severityNumber: SeverityNumber.ERROR,

0 commit comments

Comments
 (0)