Close closes the client, waiting for all pending events to be sent.
()
| 294 | |
| 295 | // Close closes the client, waiting for all pending events to be sent. |
| 296 | func (a *AnalyticsTelemetryClient) Close() { |
| 297 | _ = a.client.Close() |
| 298 | } |
| 299 | |
| 300 | func (a *NoOpTelemetryClient) Identify(ctx context.Context) error { return nil } |
| 301 |