From 98138a9ec69668486cff5c1c54eac8ae208ee8eb Mon Sep 17 00:00:00 2001 From: Ivan Dlugos <6349682+vaind@users.noreply.github.com> Date: Wed, 16 Apr 2025 21:47:45 +0200 Subject: [PATCH] chore: update powershell min version requirement --- docs/platforms/powershell/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/powershell/index.mdx b/docs/platforms/powershell/index.mdx index bf25db93feda99..6e7df0d05760bc 100644 --- a/docs/platforms/powershell/index.mdx +++ b/docs/platforms/powershell/index.mdx @@ -13,7 +13,7 @@ categories: On this page, we get you up and running with Sentry's PowerShell SDK. The PowerShell Sentry SDK is tested to work with: -- PowerShell 7.2+ on Windows, macOS, and Linux +- PowerShell 7.4+ on Windows, macOS, and Linux - Windows PowerShell 5.1 The PowerShell SDK is based on the Sentry .NET SDK. You can refer to the [.NET SDK docs](/platforms/dotnet/configuration) for the documentation of advanced features you don't find here.