()
| 295 | |
| 296 | /** If the SDK is initialized & enabled. */ |
| 297 | export function isEnabled(): boolean { |
| 298 | const client = getClient(); |
| 299 | return client?.getOptions().enabled !== false && !!client?.getTransport(); |
| 300 | } |
| 301 | |
| 302 | /** |
| 303 | * Add an event processor. |
no test coverage detected