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.
2 parents b8d3ac6 + 784359d commit 4b3d07cCopy full SHA for 4b3d07c
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name="sentry-sdk",
15
- version="0.1.0-preview12",
+ version="0.1.0-preview13",
16
author="Sentry Team and Contributors",
17
author_email="hello@getsentry.com",
18
url="https://github.com/getsentry/sentry-python",
tests/test_client.py
@@ -9,21 +9,6 @@
9
from sentry_sdk.utils import Event, Dsn
10
11
-class EventCaptured(Exception):
- pass
-
-class _TestTransport(Transport):
- def __init__(self, *a, **kw):
19
20
- def start(self):
21
22
23
- def capture_event(self, event):
24
- raise EventCaptured()
25
26
27
class EventCaptured(Exception):
28
pass
29
0 commit comments