Skip to content

Commit 10e82cd

Browse files
committed
remove
1 parent 35d8f12 commit 10e82cd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

sentry_sdk/consts.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,6 @@ class CompressionAlgo(Enum):
100100
]
101101

102102

103-
class SPANTEMPLATE(str, Enum):
104-
SPAN = "span"
105-
106-
def __str__(self):
107-
# type: () -> str
108-
return self.value
109-
110-
111103
class INSTRUMENTER:
112104
SENTRY = "sentry"
113105
OTEL = "otel"

0 commit comments

Comments
 (0)