firezone icon indicating copy to clipboard operation
firezone copied to clipboard

feat(rust/client): automatically upload debug symbols to sentry.io from CI/CD

Open ReactorScram opened this issue 1 year ago • 1 comments

  1. Use pnpm to install sentry-cli
  2. Log in to Sentry with organization auth token from https://firezone-inc.sentry.io/settings/auth-tokens/, sent through Github secrets manager (SENTRY_TOKEN)
  3. Upload pdb on Windows and dwp on Linux using e.g. node_modules/.bin/sentry-cli debug-files upload -o firezone-inc -p rust-gui-client-gui target/release/firezone_gui_client.pdb

ReactorScram avatar Sep 27 '24 21:09 ReactorScram

Could have really used it for this one https://firezone-inc.sentry.io/issues/5961660696/?project=4508008945549312

ReactorScram avatar Oct 07 '24 16:10 ReactorScram

Done in #7331.

thomaseizinger avatar Dec 03 '24 08:12 thomaseizinger