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
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,7 @@ 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
+
- `outputPath: string` *optional*: Folder where output files will be located
127
128
- `outputFiles: string[]` *optional*: An array of source map files to upload, by default Faro uploads all source maps
128
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
129
130
- `keepSourcemaps: boolean` *optional*: Whether to keep the source maps in your generated bundle after uploading, default `false`
0 commit comments