(key: string, value: string)
| 34 | setUser(defaultUserKeys: UnsafeObject | null, otherUserKeys: UnsafeObject | null): void; |
| 35 | setContext(key: string, value: UnsafeObject | null): void; |
| 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; |
no outgoing calls