You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,28 +60,28 @@ To link errors with releases, you must include a release ID (a.k.a version) wher
60
60
#### Environment Variables
61
61
62
62
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. | - |
|`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. | - |
72
72
73
73
74
74
#### 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`|
|`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`|
0 commit comments