(attributes: UnsafeObject)
| 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; |
| 42 | fetchModules(): Promise<string | undefined | null>; |
no outgoing calls
no test coverage detected