Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.4 KB

index.mdx

File metadata and controls

45 lines (28 loc) · 1.4 KB
title caseStyle supportLevel sdk categories
PowerShell
PascalCase
production
sentry.dotnet.powershell
server
desktop
console

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.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 for the documentation of advanced features you don't find here.

Install

Sentry captures data by using an SDK within your application’s runtime.

Configure

Configuration should happen as early as possible in your application's lifecycle.

Verify

This snippet includes an intentional error, so you can test that everything is working as soon as you set it up.

Learn more about manually capturing an error or message in our Usage documentation.

To view and resolve the recorded error, log into sentry.io and select your project. Clicking on the error's title will open a page where you can see detailed information and mark it as resolved.