From ca753b74c4b7a96804ef064a067b7bc3581b448c Mon Sep 17 00:00:00 2001 From: Giuseppe Guerra Date: Fri, 11 Oct 2024 11:00:15 +0200 Subject: [PATCH] track loadingStrategy --- public/app/features/plugins/plugin_loader.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/plugins/plugin_loader.ts b/public/app/features/plugins/plugin_loader.ts index dbaf25c3976..6d7ace4e8ca 100644 --- a/public/app/features/plugins/plugin_loader.ts +++ b/public/app/features/plugins/plugin_loader.ts @@ -127,6 +127,7 @@ export async function importPluginModule({ pluginId, pluginVersion: version ?? '', expectedHash: moduleHash ?? '', + loadingStrategy: loadingStrategy.toString(), sriChecksEnabled: (config.featureToggles.pluginsSriChecks ?? false).toString(), }); throw error;