sentry-relay 0.9.2__zip → 0.9.4__zip

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sentry-relay
3
- Version: 0.9.2
3
+ Version: 0.9.4
4
4
  Summary: A python library to access sentry relay functionality.
5
5
  Author: Sentry
6
6
  Author-email: hello@sentry.io
@@ -30,6 +30,8 @@ class DataCategory(IntEnum):
30
30
  PROFILE_CHUNK = 18
31
31
  METRIC_SECOND = 19
32
32
  REPLAY_VIDEO = 20
33
+ UPTIME = 21
34
+ ATTACHMENT_ITEM = 22
33
35
  UNKNOWN = -1
34
36
  # end generated
35
37
 
@@ -0,0 +1 @@
1
+ 0.9.4
@@ -1 +0,0 @@
1
- 0.9.2
File without changes
File without changes