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 3192ca4 commit db30771Copy full SHA for db30771
src/sentry/integrations/messaging/metrics.py
@@ -49,6 +49,9 @@ class MessagingInteractionType(StrEnum):
49
SEND_ACTIVITY_NOTIFICATION = "SEND_ACTIVITY_NOTIFICATION"
50
SEND_GENERIC_NOTIFICATION = "SEND_GENERIC_NOTIFICATION"
51
52
+ def __str__(self) -> str:
53
+ return self.value.lower()
54
+
55
56
@dataclass
57
class MessagingInteractionEvent(IntegrationEventLifecycleMetric):
0 commit comments