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

View File

@ -11,7 +11,7 @@ python = "^3.12"
SQLAlchemy = "^2.0.22"
psycopg2-binary = "^2.9.9"
redis = {extras = ["hiredis"], version = "^5.0.1"}
sentry-sdk = "^1.39.1"
sentry-sdk = "^1.4.1"
starlette = "^0.36.1"
gql = "^3.4.1"
ariadne = "^0.21"