Skip to content

Commit a7f6024

Browse files
committed
Use capacity 10
1 parent c99fdab commit a7f6024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def __init__(
316316
self._data = {} # type: Dict[str, Any]
317317
self._containing_transaction = containing_transaction
318318
self._flags = {} # type: Dict[str, bool]
319-
self._flags_capacity = 3
319+
self._flags_capacity = 10
320320

321321
if hub is not None:
322322
warnings.warn(

0 commit comments

Comments
 (0)