* add basic sentry integration
* add FE sourcemaps to Sentry
* add sentry release step to pre-release workflow
* add test exceptions
* update pnpm lock file
* workflow fixes
* upload rust debug files to sentry in CI
* fix action name
* fix sentry upload action args
* fix env name to match CI
* fix sentry-cli on windows
* remove test errors, format FE files
* cargo fmt
* mcp bin async fix
* update Sentry DSN to new project
* update Sentry DSN to new project
* make pre-release workflow manual-only, bump version automatically
* chore: bump version to 0.0.31-bump-version-automatically.0
* update version manually in both package.json files
* roll back version
* use npm for updating version
* chore: bump version to 0.0.31
---------
Co-authored-by: GitHub Action <action@github.com>
* add code-signing
* bump version
* use key json instead of separate secrets
* sign and notarize separately
* fix typos
* fix double zipping
* skip npm zipping for mac
* zip file instead of a folder
* fix zip names
* windows fix
* minor fixes
* try to fix zipping issue
* use zip -j flag to avoid folder structure
* fix mcp binary name for linux-arm64
* normalize mcp binary name
* chore: buildjet on test.yml
* remove backend fmt, test and clippy checks from pre-release workflow
---------
Co-authored-by: couscous <couscous@runner.com>