File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,6 @@ export function captureError(
100100 }
101101 customAttributes [ 'app.version' ] = appVersion ;
102102
103- // Set firebase installation ID ("FID") if available, which
104- // represents the "user" who experienced the error.
105- if ( telemetry . fid ) {
106- customAttributes [ 'user.id' ] = telemetry . fid ;
107- }
108-
109103 if ( error instanceof Error ) {
110104 logger . emit ( {
111105 severityNumber : SeverityNumber . ERROR ,
Original file line number Diff line number Diff line change @@ -33,13 +33,6 @@ export interface Telemetry {
3333
3434 /** The {@link LoggerProvider} this {@link Telemetry} instance uses. */
3535 loggerProvider : LoggerProvider ;
36-
37- /**
38- * The Firebase Installation ID.
39- *
40- * @internal
41- */
42- fid ?: string ;
4336}
4437
4538/**
You can’t perform that action at this time.
0 commit comments