Skip to content

vtsingaras/RavenPowerShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

RavenPowerShell is a PowerShell client for sentry.io

Installation

Install-Module RavenPowerShell

Usage

Import-Module RavenPowerShell $ravenClient = New-RavenClient -SentryDsn 'https://mysentrydsn' try { $null[5] = 0 } catch { $ravenClient.CaptureException($_) }

AND/OR

Import-Module RavenPowerShell $ravenClient = New-RavenClient -SentryDsn 'https://mysentrydsn' trap { $ravenClient.CaptureException($_) break } $null[1000] = $true

About

PowerShell client for sentry.io

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published