voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
20 lines (12 loc) • 543 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/performance](./performance.md) > [PerformanceTrace](./performance.performancetrace.md) > [getAttributes](./performance.performancetrace.getattributes.md)
## PerformanceTrace.getAttributes() method
Returns a map of all custom attributes of a trace instance.
<b>Signature:</b>
```typescript
getAttributes(): {
[key: string]: string;
};
```
<b>Returns:</b>
{ \[key: string\]: string; }