(key: string, value: string)
| 36 | setExtra(key: string, value: string): void; |
| 37 | setTag(key: string, value: string): void; |
| 38 | setAttribute(key: string, value: string): void; |
| 39 | setAttributes(attributes: UnsafeObject): void; |
| 40 | removeAttribute(key: string): void; |
| 41 | enableNativeFramesTracking(): void; |
no outgoing calls
no test coverage detected