Skip to content

Commit 99a466d

Browse files
authored
Merge pull request #18 from grafana/revert-17-t/fix/bundle-id-is-required
Revert "Change bundleId to required in README"
2 parents 5d34228 + 65a7715 commit 99a466d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ The following options are available for the Faro JavaScript bundler plugins:
124124
- `apiKey: string` *required*: The API key for your Faro Collector, you can generate a new scope on [grafana.com], refer to the [Obtaining API key](#obtaining-api-key) section
125125
- `appId: string` *required*: The ID of your application, it should match the `appId` value used in your Faro Web SDK configuration
126126
- `stackId: string` *required*: The ID of the stack, found in Frontend Observability under **Settings** and **Web SDK Config**
127-
- `bundleId: string` *required*: The ID of the bundle/build, by default auto-generated, or specify an ID to filter by bundle ID in Frontend Observability
128127
- `outputPath: string` *optional*: Folder where output files will be located
129128
- `outputFiles: string[]` *optional*: An array of source map files to upload, by default Faro uploads all source maps
129+
- `bundleId: string` *optional*: The ID of the bundle/build, by default auto-generated, or specify an ID to filter by bundle ID in Frontend Observability
130130
- `keepSourcemaps: boolean` *optional*: Whether to keep the source maps in your generated bundle after uploading, default `false`
131131
- `gzipContents: boolean` *optional*: Whether to archive and compress the source maps before uploading, default `true`
132132
- `verbose: boolean` *optional*: Whether to log verbose output during the upload process, default `false`

0 commit comments

Comments
 (0)