Automattic / Automattic-Tracks-iOS

Client library for tracking user events for later analysis
GNU General Public License v2.0
43 stars 12 forks source link

Dispatch an UI update event in the macOS demo app from the main thread #231

Closed mokagio closed 2 years ago

mokagio commented 2 years ago

Xcode showed a Main Thread Sanitizer warning about this:

image

If you run the app on this branch, you'll see no warning.

I noticed this while experimenting with Sentry's flush in #232.