We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4639bd4 commit 012f8a8Copy full SHA for 012f8a8
aws_lambda_powertools/tracing/base.py
@@ -5,7 +5,7 @@
5
from typing import Any, Generator, List, Optional, Sequence, Union
6
7
8
-## TO-Discuss how to refactor this one. Segment seems X-ray exclusive concept
+## this class is deprecated, keep this class for backwards compatibility
9
class BaseSegment(abc.ABC):
10
"""Holds common properties and methods on segment and subsegment."""
11
0 commit comments