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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -124,9 +124,9 @@ The following options are available for the Faro JavaScript bundler plugins:
124
124
- `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
125
125
- `appId: string` *required*: The ID of your application, it should match the `appId` value used in your Faro Web SDK configuration
126
126
- `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
128
127
- `outputPath: string` *optional*: Folder where output files will be located
129
128
- `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
130
130
- `keepSourcemaps: boolean` *optional*: Whether to keep the source maps in your generated bundle after uploading, default `false`
131
131
- `gzipContents: boolean` *optional*: Whether to archive and compress the source maps before uploading, default `true`
132
132
- `verbose: boolean` *optional*: Whether to log verbose output during the upload process, default `false`
0 commit comments