diff --git a/package.json b/package.json index 8650442e..a70456eb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "int-test": "cypress run --config video=false", "int-test-ui": "cypress open --e2e --browser chrome", "clean": "rm -rf dist build node_modules stylesheets", - "sentry:sourcemaps": "sentry-cli sourcemaps inject --org ministryofjustice --project hmpps-manage-a-supervision-ui ./dist && sentry-cli sourcemaps upload --org ministryofjustice --project hmpps-manage-a-supervision-ui ./dist", + "sentry:sourcemaps": "sentry-cli sourcemaps inject --org ministryofjustice --project hmpps-manage-people-on-probation-ui ./dist && sentry-cli sourcemaps upload --org ministryofjustice --project hmpps-manage-people-on-probation-ui ./dist", "e2e-test": "NODE_OPTIONS='--import tsx' npx playwright test", "e2e-test:headed": "NODE_OPTIONS='--import tsx' npx playwright test --headed", "e2e-test:debug": "NODE_OPTIONS='--import tsx' npx playwright test --debug"