Skip to content

Commit 7fc46c4

Browse files
committed
.
1 parent 1110e33 commit 7fc46c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ class SDKInfo(TypedDict):
256256
)
257257

258258
MetricType = Literal["counter", "gauge", "distribution"]
259-
MetricUnit = Union[DurationUnit, InformationUnit]
259+
MetricUnit = Union[DurationUnit, InformationUnit, str]
260260

261261
Metric = TypedDict(
262262
"Metric",

0 commit comments

Comments
 (0)