Toolverse
All skills

sentry-release-management

by jeremylongshore

Manage Sentry releases and associate commits.\nUse when creating releases, tracking commits,\nor managing release artifacts.\nTrigger with phrases like \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
DevOps
Views
4

About this skill

Manage Sentry releases and associate commits.\nUse when creating releases, tracking commits,\nor managing release artifacts.\nTrigger with phrases like \

How to use

  1. Zainstaluj Sentry CLI globalnie poleceniem npm install -g @sentry/cli (wersja 2.x) lub używaj npx @sentry/cli bez instalacji globalnej. 2. Wygeneruj token autoryzacyjny na sentry.io/settings/auth-tokens/ z uprawnieniami project:releases i org:read, a następnie ustaw zmienne środowiskowe: SENTRY_AUTH_TOKEN, SENTRY_ORG i SENTRY_PROJECT. 3. Upewnij się, że Twój build generuje mapy źródłowe — włącz sourceMap w konfiguracji TypeScript (tsc --sourceMap) lub bundlera (np. Vite build.sourcemap: true). 4. Zainstaluj integrację GitHub lub GitLab w Sentry (Settings > Integrations), aby umożliwić automatyczne powiązanie commitów z błędami. 5. Wyzwól skill frazami takimi jak "sentry release", "create sentry version", "sentry source maps" lub "release health", a skill utworzy wydanie, powiąże commity i przesle artefakty. 6. Monitoruj metryki zdrowia wydania w Sentry — crash-free rates i adoption — aby szybko wykryć regresje w nowej wersji.

Related skills