You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using opentelemetry bridge crashes with TypeError: 'NoneType' object does not support item assignment exception when number of spans in transaction is higher than ELASTIC_APM_TRANSACTION_MAX_SPANS
Describe the bug:
Using opentelemetry bridge crashes with
TypeError: 'NoneType' object does not support item assignment
exception when number of spans in transaction is higher thanELASTIC_APM_TRANSACTION_MAX_SPANS
.
Debugger shows that
elastic_span
inside isDroppedSpan
. Increasing nr ofELASTIC_APM_TRANSACTION_MAX_SPANS
"fixes" problem as shown in code below.To Reproduce
Environment (please complete the following information)
3.11.11
elastic-apm==6.23.0
The text was updated successfully, but these errors were encountered: