debug: main.py with import sentry-sdk
Some checks failed
Deploy to core / deploy (push) Failing after 1m29s

This commit is contained in:
Stepan Vladovskii
2024-01-27 22:02:22 -03:00
parent d7a3c840ea
commit 0eef9b3061
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
import os
from importlib import import_module
from os.path import exists
import sentry_sdk
from ariadne import load_schema_from_path, make_executable_schema
from ariadne.asgi import GraphQL