diff --git a/docs/sources/administration/plugin-management/index.md b/docs/sources/administration/plugin-management/index.md index 30c6688a022..f7977d7ee45 100644 --- a/docs/sources/administration/plugin-management/index.md +++ b/docs/sources/administration/plugin-management/index.md @@ -238,6 +238,8 @@ When enabled, plugins run in a separate JavaScript context, which provides sever - Protects core Grafana features from being altered by plugins - Prevents plugins from modifying global browser objects and behaviors +Plugins running inside the Frontend Sandbox should continue to work normally without any noticeable changes in their intended functionality. + ### Enable Frontend Sandbox The Frontend Sandbox feature is currently behind the `pluginsFrontendSandbox` feature flag. To enable it, you'll need to: