Update dependencies
All checks were successful
release-nightly / release-image (push) Successful in 21m55s

This commit was merged in pull request #9.
This commit is contained in:
Marijn Doeve
2024-04-12 11:19:52 +02:00
parent 89613e7b2a
commit 02d225f2b2
5 changed files with 711 additions and 669 deletions

View File

@@ -4,15 +4,6 @@ from projectorpi.cli import ProjectorSerial, ExtronSerial
from pydantic import BaseModel
from time import sleep
from typing import Optional
import sentry_sdk
sentry_sdk.init(
dsn="https://8dce3a0f69f643c0a3547b8baf19d00b@sentry.marijndoeve.nl/3",
# Set traces_sample_rate to 1.0 to capture 100%
# of transactions for performance monitoring.
# We recommend adjusting this value in production,
traces_sample_rate=1.0,
)
app = FastAPI()