We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfcd78 commit 2afd472Copy full SHA for 2afd472
tests/test_basics.py
@@ -993,7 +993,7 @@ def test_enable_integration(sentry_init):
993
994
# Using gnu backtrace here because to test this properly it should be a
995
# non-auto-enabling integration that's also unlikely to become auto-enabling
996
- # in the future
+ # in the future. AsyncioIntegration would be nicer but it doesn't work in 3.6
997
from sentry_sdk.integrations.gnu_backtrace import GnuBacktraceIntegration
998
999
sentry_sdk.enable_integration(GnuBacktraceIntegration())
0 commit comments