Skip to content

Commit ccb617b

Browse files
Merge remote-tracking branch 'origin/inapp-include-exclude' into inapp-include-exclude
2 parents 365fdbd + f468429 commit ccb617b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

modules/Sentry/private/StackTraceProcessor.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ class StackTraceProcessor : SentryEventProcessor {
6262

6363
hidden [bool] ResolveInApp([Sentry.SentryStackFrame] $sentryFrame) {
6464
$module = $sentryFrame.Module
65-
# InAppExclude wins, then InAppInclude. Both match against the PowerShell module name we stamped
66-
# onto the frame (see SetModule). Falls back to the PS default: user-script frames (no module)
65+
# InAppExclude wins, then InAppInclude. Falls back to the PS default: user-script frames (no module)
6766
# are in-app; module frames are not. This default differs from sentry-dotnet because PS module
6867
# frames are almost always third-party.
6968
if ([StackTraceProcessor]::MatchesAny($this.inAppExclude, $module)) {

0 commit comments

Comments
 (0)