Telemetry Tracker v1.6.1
Highlights
- Source map upload GitHub Action — composite action at
.github/actions/upload-source-mapsfor CI uploads of.mapfiles (#253) - Source map CI upload auth —
POST /api/project/source-mapsaccepts project API keys (X-API-KeyorAuthorization: Bearer) for CI uploads; GitHub Action usesapi_keyinput instead of session cookie (#304)
Upgrade (self-hosted)
From v1.6.0, run migrations after deploy:
pnpm --filter api exec prisma migrate deployNew migrations in this release:
- None — no database changes in this release.
Breaking changes
- None.
Full changelog
See CHANGELOG.md.