We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a22dc2 commit b147b2bCopy full SHA for b147b2b
Extension/src/instrumentation.ts
@@ -55,6 +55,7 @@ if (!isInstrumentationEnabled()) {
55
// this loads the bootstrap module (global-instrumentation-support) which adds some global functions.
56
if (services.launchSettings?.bootstrapModule) {
57
// work around for webpack to load the bootstrap module.
58
+ /* eslint no-eval: "off" */
59
eval(`require`)(services.launchSettings.bootstrapModule);
60
}
61
0 commit comments