diff --git a/README.md b/README.md index d3ecf90..572b0a3 100644 --- a/README.md +++ b/README.md @@ -124,9 +124,9 @@ The following options are available for the Faro JavaScript bundler plugins: - `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 - `appId: string` *required*: The ID of your application, it should match the `appId` value used in your Faro Web SDK configuration - `stackId: string` *required*: The ID of the stack, found in Frontend Observability under **Settings** and **Web SDK Config** -- `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 - `outputPath: string` *optional*: Folder where output files will be located - `outputFiles: string[]` *optional*: An array of source map files to upload, by default Faro uploads all source maps +- `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 - `keepSourcemaps: boolean` *optional*: Whether to keep the source maps in your generated bundle after uploading, default `false` - `gzipContents: boolean` *optional*: Whether to archive and compress the source maps before uploading, default `true` - `verbose: boolean` *optional*: Whether to log verbose output during the upload process, default `false`