UNPKG

voluptasmollitia

Version:
25 lines (14 loc) 637 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/performance](./performance.md) &gt; [PerformanceTrace](./performance.performancetrace.md) &gt; [removeAttribute](./performance.performancetrace.removeattribute.md) ## PerformanceTrace.removeAttribute() method Removes the specified custom attribute from a trace instance. <b>Signature:</b> ```typescript removeAttribute(attr: string): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | attr | string | Name of the custom attribute. | <b>Returns:</b> void