Skip to content

Migrate StackTraceProcessor to ScriptBlockEventProcessor

dcc6d7e
Select commit
Loading
Failed to load commit list.
Draft

Add Add-SentryEventProcessor cmdlet and migrate internal processors #130

Migrate StackTraceProcessor to ScriptBlockEventProcessor
dcc6d7e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / PSScriptAnalyzer succeeded May 22, 2026 in 7s

5 new alerts

New alerts in code changed by this pull request

  • 5 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 9 in modules/Sentry/private/New-StackTraceEventProcessor.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Function 'New-StackTraceEventProcessor' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'. Warning

Function 'New-StackTraceEventProcessor' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'.

Check warning on line 126 in modules/Sentry/private/New-StackTraceEventProcessor.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Found global variable 'global:SentryPowershellRethrowErrors'. Warning

Found global variable 'global:SentryPowershellRethrowErrors'.

Check warning on line 138 in modules/Sentry/private/New-StackTraceEventProcessor.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Found global variable 'global:SentryPowershellRethrowErrors'. Warning

Found global variable 'global:SentryPowershellRethrowErrors'.

Check warning on line 3 in tests/add-sentry-event-processor.tests.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Found global variable 'global:SentryPowershellRethrowErrors'. Warning test

Found global variable 'global:SentryPowershellRethrowErrors'.

Check warning on line 7 in tests/add-sentry-event-processor.tests.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Found global variable 'global:SentryPowershellRethrowErrors'. Warning test

Found global variable 'global:SentryPowershellRethrowErrors'.