Home > @firebase/performance > PerformanceTrace > removeAttribute
PerformanceTrace.removeAttribute() method
Removes the specified custom attribute from a trace instance.
Signature:
removeAttribute(attr: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| attr | string | Name of the custom attribute. |
Returns:
void