debug: main.py with import sentry-sdk
Some checks failed
Deploy to core / deploy (push) Failing after 1m29s
Some checks failed
Deploy to core / deploy (push) Failing after 1m29s
This commit is contained in:
parent
d7a3c840ea
commit
0eef9b3061
1
main.py
1
main.py
|
@ -1,6 +1,7 @@
|
||||||
import os
|
import os
|
||||||
from importlib import import_module
|
from importlib import import_module
|
||||||
from os.path import exists
|
from os.path import exists
|
||||||
|
import sentry_sdk
|
||||||
|
|
||||||
from ariadne import load_schema_from_path, make_executable_schema
|
from ariadne import load_schema_from_path, make_executable_schema
|
||||||
from ariadne.asgi import GraphQL
|
from ariadne.asgi import GraphQL
|
||||||
|
|
|
@ -11,7 +11,7 @@ python = "^3.12"
|
||||||
SQLAlchemy = "^2.0.22"
|
SQLAlchemy = "^2.0.22"
|
||||||
psycopg2-binary = "^2.9.9"
|
psycopg2-binary = "^2.9.9"
|
||||||
redis = {extras = ["hiredis"], version = "^5.0.1"}
|
redis = {extras = ["hiredis"], version = "^5.0.1"}
|
||||||
sentry-sdk = "^1.39.1"
|
sentry-sdk = "^1.4.1"
|
||||||
starlette = "^0.36.1"
|
starlette = "^0.36.1"
|
||||||
gql = "^3.4.1"
|
gql = "^3.4.1"
|
||||||
ariadne = "^0.21"
|
ariadne = "^0.21"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user