Skip to content

Commit 4b3d07c

Browse files
authored
Merge release/0.1.0-preview13 into master
2 parents b8d3ac6 + 784359d commit 4b3d07c

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="sentry-sdk",
15-
version="0.1.0-preview12",
15+
version="0.1.0-preview13",
1616
author="Sentry Team and Contributors",
1717
author_email="hello@getsentry.com",
1818
url="https://github.com/getsentry/sentry-python",

tests/test_client.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
from sentry_sdk.utils import Event, Dsn
1010

1111

12-
class EventCaptured(Exception):
13-
pass
14-
15-
16-
class _TestTransport(Transport):
17-
def __init__(self, *a, **kw):
18-
pass
19-
20-
def start(self):
21-
pass
22-
23-
def capture_event(self, event):
24-
raise EventCaptured()
25-
26-
2712
class EventCaptured(Exception):
2813
pass
2914

0 commit comments

Comments
 (0)