Make UUID generation lazy#2826
Conversation
|
note that we also have uuid generation on sentry-python/sentry_sdk/scope.py Lines 225 to 232 in 64e0ec5 Without also making those lazy, this will not really have a performance impact but we can merge it anyway. |
|
Is there a reason to not land this pull request right now? |
|
we can merge but without the prop context changes it won't have full impact, and that might conflict with the v2 refactor, I will let @sentrivana and @antonpirker decide |
|
I will refactor the propagation context first and then merge this change |
|
This has found its way into the codebase with the refactoring of the propagation context: #2970 |
|
UUIDs in |
same as #2131
for #2827