Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit c2682c1

Browse files
committed
👌 Address review changes
1 parent 553380b commit c2682c1

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -60,28 +60,28 @@ To link errors with releases, you must include a release ID (a.k.a version) wher
6060
#### Environment Variables
6161

6262
You can use [site environment variables](https://docs.netlify.com/configure-builds/environment-variables/) to configure these values:
63-
| name | description | default |
64-
|------|-------------|---------|
65-
| `SENTRY_AUTH_TOKEN` | Authentication token for Sentry. | - |
66-
| `SENTRY_ORG` | The slug of the organization name in Sentry. | - |
67-
| `SENTRY_PROJECT` | The slug of the project name in Sentry. | - |
68-
| `SENTRY_RELEASE` | The release ID (a.k.a version). | [COMMIT_REF](https://docs.netlify.com/configure-builds/environment-variables/#git-metadata) |
69-
| `SENTRY_REPOSITORY` | Override the name of the target Sentry repository. | - |
70-
| `SENTRY_ENVIRONMENT` | The name of the environment being deployed to. | Netlify [deploy context](https://docs.netlify.com/site-deploys/overview/#deploy-contexts) |
71-
| `SENTRY_RELEASE_PREFIX` | Set this to prefix the release name with the value. | - |
63+
| name | description | default |
64+
| ----------------------- | --------------------------------------------------- | ------------------------------------------------------------------------------------------- |
65+
| `SENTRY_AUTH_TOKEN` | Authentication token for Sentry. | - |
66+
| `SENTRY_ORG` | The slug of the organization name in Sentry. | - |
67+
| `SENTRY_PROJECT` | The slug of the project name in Sentry. | - |
68+
| `SENTRY_RELEASE` | The release ID (a.k.a version). | [COMMIT_REF](https://docs.netlify.com/configure-builds/environment-variables/#git-metadata) |
69+
| `SENTRY_REPOSITORY` | The name of the target Sentry repository. | - |
70+
| `SENTRY_ENVIRONMENT` | The name of the environment being deployed to. | Netlify [deploy context](https://docs.netlify.com/site-deploys/overview/#deploy-contexts) |
71+
| `SENTRY_RELEASE_PREFIX` | Set this to prefix the release name with the value. | - |
7272

7373

7474
#### Plugin Inputs
75-
| name | description | default |
76-
|------|-------------|---------|
77-
| `sentryOrg` | The slug of the organization name in Sentry. | - |
78-
| `sentryProject` | The slug of the project name in Sentry. | - |
79-
| `sentryAuthToken` | Authentication token for Sentry. We recommend this be set as an environment variable (see below). | - |
80-
| `sentryRelease` | The release ID (a.k.a version). | [COMMIT_REF](https://docs.netlify.com/configure-builds/environment-variables/#git-metadata) |
81-
| `sentryRepository` | Override the name of the target Sentry repository. | - |
82-
| `sourceMapPath` | Folder in which to scan for source maps to upload. | Netlify publish directory |
83-
| `sourceMapUrlPrefix` | Prefix for the location of source maps. | `"~/"` |
84-
| `skipSetCommits` | Set this to true if you want to disable commit tracking. | `false` |
85-
| `skipSourceMaps` | Set this to true if you want to disable sending source maps to Sentry. | `false` |
86-
| `releasePrefix` | Set this to prefix the release name with the value. | - |
87-
| `deployPreviews` | Set this to false if you want to skip running the build plugin on deploy previews. | `true` |
75+
| name | description | default |
76+
| -------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
77+
| `sentryOrg` | The slug of the organization name in Sentry. | - |
78+
| `sentryProject` | The slug of the project name in Sentry. | - |
79+
| `sentryAuthToken` | Authentication token for Sentry. We recommend this be set as an environment variable (see below). | - |
80+
| `sentryRelease` | The release ID (a.k.a version). | [COMMIT_REF](https://docs.netlify.com/configure-builds/environment-variables/#git-metadata) |
81+
| `sentryRepository` | The name of the target Sentry repository. | Derived from [REPOSITORY_URL](https://docs.netlify.com/configure-builds/environment-variables/#git-metadata) |
82+
| `sourceMapPath` | Folder in which to scan for source maps to upload. | Netlify publish directory |
83+
| `sourceMapUrlPrefix` | Prefix for the location of source maps. | `"~/"` |
84+
| `skipSetCommits` | Set this to true if you want to disable commit tracking. | `false` |
85+
| `skipSourceMaps` | Set this to true if you want to disable sending source maps to Sentry. | `false` |
86+
| `releasePrefix` | Set this to prefix the release name with the value. | - |
87+
| `deployPreviews` | Set this to false if you want to skip running the build plugin on deploy previews. | `true` |

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
- name: sentryRelease
1010
description: The release ID (a.k.a version)
1111
- name: sentryRepository
12-
description: Override the name of the target Sentry repository
12+
description: The name of the target Sentry repository
1313
- name: sourceMapPath
1414
description: Folder in which to scan for source maps to upload
1515
- name: sourceMapUrlPrefix

0 commit comments

Comments
 (0)