sentry-relay 0.8.54__zip → 0.8.56__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.8.54
3
+ Version: 0.8.56
4
4
  Summary: A python library to access sentry relay functionality.
5
5
  Author: Sentry
6
6
  Author-email: hello@sentry.io
@@ -59,6 +59,7 @@ class DataCategory(IntEnum):
59
59
  DataCategory.ERROR,
60
60
  DataCategory.TRANSACTION,
61
61
  DataCategory.SECURITY,
62
+ DataCategory.USER_REPORT_V2,
62
63
  ]
63
64
 
64
65
  @classmethod
@@ -62,5 +62,4 @@ _make_exceptions()
62
62
 
63
63
  if TYPE_CHECKING:
64
64
  # treat unknown attribute names as exception types
65
- def __getattr__(name: str) -> type[RelayError]:
66
- ...
65
+ def __getattr__(name: str) -> type[RelayError]: ...
@@ -0,0 +1 @@
1
+ 0.8.56
@@ -1 +0,0 @@
1
- 0.8.54
File without changes
File without changes