(e: unknown)
| 345 | } |
| 346 | |
| 347 | private handleError(e: unknown) { |
| 348 | this.disableAnalyticsForSession = true; |
| 349 | this.logger.info(`Failed to send analytics, disabling for session: ${e}`); |
| 350 | } |
| 351 | |
| 352 | private getDebuggerPreference(): string { |
| 353 | if (config.debugSdkLibraries && config.debugExternalPackageLibraries) |
no test coverage detected