Skip to content

Commit 0f12607

Browse files
committed
Add sentry
1 parent 398e2d8 commit 0f12607

File tree

9 files changed

+646
-32
lines changed

9 files changed

+646
-32
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,7 @@ jobs:
6868
cache-from: type=gha
6969
cache-to: type=gha,mode=max
7070
platforms: linux/amd64,linux/arm64/v8
71+
provenance: true
72+
sbom: true
73+
env:
74+
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ fastapi = "*"
88
aiohttp = "<4,>=3.9.0"
99
asyncpg = ">=0.29.0"
1010
sqlalchemy = {extras = ["asyncio"], version = "*"}
11+
sentry-sdk = {extras = ["fastapi"], version = "*"}
1112

1213
[dev-packages]
1314
uvicorn = {extras = ["standard"] }

Pipfile.lock

Lines changed: 27 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25-
schema.d.ts
25+
schema.d.ts
26+
# Sentry Config File
27+
.env.sentry-build-plugin

0 commit comments

Comments
 (0)