### Description Some code uses `synchronized` blocks. We might gain a bit of performance by checking if we even need to acquire the lock. - [ ] `LifecycleWatcher` - [ ] `SentryTracer` - [ ] ...
Description
Some code uses
synchronizedblocks. We might gain a bit of performance by checking if we even need to acquire the lock.LifecycleWatcherSentryTracer