evanlok

Results 5 comments of evanlok

Yes, it is from the main thread.

We haven't had any issues since disabling startup logs. Looking at the 1.x code I still see the same issue until `instrumented_integrations` is made thread safe unless there have been...

It's difficult to reproduce reliably since it's a race condition between threads. You may be able to reproduce it by writing a script that creates 2 threads: 1 to require...

The `to_s` method was querying for related configuration to determine the string output. We removed the database call from the method to resolve the issue but it's possible this can...