We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146f19c commit d7e58dbCopy full SHA for d7e58db
packages/telemetry/src/api.ts
@@ -87,12 +87,6 @@ export function captureError(
87
88
const customAttributes = attributes || {};
89
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
-
96
if (error instanceof Error) {
97
logger.emit({
98
severityNumber: SeverityNumber.ERROR,
0 commit comments