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
@@ -45,31 +45,31 @@ Upload JavaScript sourcemaps to Datadog to un-minify your errors.
45
45
> You can override the intake URL by setting the `DATADOG_SOURCEMAP_INTAKE_URL` environment variable (eg. `https://sourcemap-intake.datadoghq.com/v1/input`).
46
46
> Or only the domain with the `DATADOG_SITE` environment variable (eg. `datadoghq.com`).
47
47
48
-
### `errorTracking.sourcemaps.bailOnError`
48
+
### errorTracking.sourcemaps.bailOnError
49
49
50
50
> default: `false`
51
51
52
52
Should the upload of sourcemaps fail the build on first error?
53
53
54
-
### `errorTracking.sourcemaps.dryRun`
54
+
### errorTracking.sourcemaps.dryRun
55
55
56
56
> default: `false`
57
57
58
58
It will not upload the sourcemaps to Datadog, but will do everything else.
Against which endpoint do you want to upload the sourcemaps.
65
65
66
-
### `errorTracking.sourcemaps.maxConcurrency`
66
+
### errorTracking.sourcemaps.maxConcurrency
67
67
68
68
> default: `20`
69
69
70
70
Number of concurrent upload to the API.
71
71
72
-
### `errorTracking.sourcemaps.minifiedPathPrefix`
72
+
### errorTracking.sourcemaps.minifiedPathPrefix
73
73
74
74
> required
75
75
@@ -79,13 +79,13 @@ The prefix can be a full URL or an absolute path.
79
79
80
80
Example: if you're uploading `dist/file.js` to `https://example.com/static/file.js`, you can use `minifiedPathPrefix: 'https://example.com/static/'` or `minifiedPathPrefix: '/static/'`.`minifiedPathPrefix: '/'` is a valid input when you upload JS at the root directory of the server.
81
81
82
-
### `errorTracking.sourcemaps.releaseVersion`
82
+
### errorTracking.sourcemaps.releaseVersion
83
83
84
84
> required
85
85
86
86
Is similar and will be used to match the `version` tag set on the RUM SDK.
0 commit comments