feat(monitoring): integrate sentry with tenant context and gitea actions
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 48s

This commit is contained in:
Cauê Faleiros
2026-02-18 09:55:41 -03:00
parent 4a59246398
commit 79ee93d48c
7 changed files with 664 additions and 435 deletions

View File

@@ -13,6 +13,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Create Sentry Release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: production
version: ${{ gitea.sha }}
- name: Debug Environment
run: |
echo "User: $(whoami)"