File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
packages/bundler-plugin-core/src Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -305,13 +305,13 @@ export interface Options {
305
305
// eslint-disable-next-line @typescript-eslint/no-explicit-any
306
306
moduleMetadata ?: ModuleMetadata | ModuleMetadataCallback ;
307
307
308
- /**
309
- * If set to true, the plugin will inject an additional `SENTRY_BUILD_INFO` variable.
310
- * This contains information about the build, e.g. dependencies, node version and other useful data.
311
- *
312
- * Defaults to `false`.
313
- */
314
- injectBuildInformation ?: boolean ;
308
+ /**
309
+ * If set to true, the plugin will inject an additional `SENTRY_BUILD_INFO` variable.
310
+ * This contains information about the build, e.g. dependencies, node version and other useful data.
311
+ *
312
+ * Defaults to `false`.
313
+ */
314
+ injectBuildInformation ?: boolean ;
315
315
316
316
/**
317
317
* A key which will embedded in all the bundled files. The SDK will be able to use the key to apply filtering
You can’t perform that action at this time.
0 commit comments