(key: string, extra: Extra)
| 81 | * @param extra Any kind of data. This data will be normalized. |
| 82 | */ |
| 83 | export function setExtra(key: string, extra: Extra): void { |
| 84 | getIsolationScope().setExtra(key, extra); |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * Set an object that will be merged sent as tags data with the event. |
nothing calls this directly
no test coverage detected