5 Commits

Author SHA1 Message Date
Cauê Faleiros
79ee93d48c feat(monitoring): integrate sentry with tenant context and gitea actions
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 48s
2026-02-18 09:55:41 -03:00
Cauê Faleiros
4a59246398 Config: Add app.growuppro.com.br to central_domains
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m44s
Explicitly added 'app.growuppro.com.br' to the central_domains list in config/tenancy.php.
This ensures the production subdomain is recognized as the central application (Super Admin),
preventing 500 errors caused by the application attempting to resolve it as a tenant.
2026-02-06 15:49:29 -03:00
Cauê Faleiros
2e0ad12c2d Fix: Enable force seeding for tenants in production
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 4m18s
Uncommented the '--force' flag in config/tenancy.php seeder_parameters.
Without this, tenant databases are created but not seeded (no admin user)
in the production environment, preventing login.
2026-02-05 14:27:52 -03:00
Cauê Faleiros
2fcc84c3c7 config: Add staging domain to central_domains and support env var
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m40s
2026-02-03 16:16:39 -03:00
Cauê Faleiros
c6ec92802b add: full multi-tenancy control 2026-02-02 15:31:15 -03:00