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 6c1754f commit 693f128Copy full SHA for 693f128
tests/test_import.py
@@ -0,0 +1,9 @@
1
+
2
+# As long as this file can be imported, we are good.
3
+from sentry_sdk import *
4
5
6
+def test_import():
7
+ # As long as this file can be imported, we are good.
8
+ assert True
9
0 commit comments