From b205ea380d96dacea2e06af2443de07a8f39c530 Mon Sep 17 00:00:00 2001 From: Brent Swisher Date: Tue, 2 Sep 2025 16:19:55 -0400 Subject: [PATCH] Add new action to README Signed-off-by: Brent Swisher --- plugins/scaffolder-backend-module-sentry/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/plugins/scaffolder-backend-module-sentry/README.md b/plugins/scaffolder-backend-module-sentry/README.md index 252585d584..ad5ee96d54 100644 --- a/plugins/scaffolder-backend-module-sentry/README.md +++ b/plugins/scaffolder-backend-module-sentry/README.md @@ -4,6 +4,9 @@ Welcome to the Sentry Module for Scaffolder. Here you can find all Sentry related features to improve your scaffolder: +- Create a Sentry Project +- Fetch the DSN for an existing Sentry Project + ## Getting started You need to configure the action in your backend: @@ -112,6 +115,14 @@ spec: teamSlug: TEAM-SLUG name: ${{ parameters.name }} + - id: fetch-sentry-dsn + if: ${{ parameters.dryRun !== true }} + name: Get the DSN of the newly created Sentry Project + action: sentry:fetch:dsn + input: + organizationSlug: ORG-SLUG + projectSlug: ${{ parameters.name }} + - id: publish if: ${{ parameters.dryRun !== true }} name: Publish