proper ordering

This commit is contained in:
Mathew Pareles 2025-06-21 04:12:52 -07:00
parent 722d0c5b3b
commit b48c3aaf35

View file

@ -130,8 +130,8 @@ export class MetricsMainService extends Disposable implements IMetricsService {
this.client.optOut()
}
else {
this.client.identify(identifyMessage)
this.client.optIn()
this.client.identify(identifyMessage)
}