File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,20 @@ Describe 'MAUI app' -ForEach @(
149149 $result.Envelopes () | Should -Not - AnyElementMatch " `" type`" :`" System.\w+Exception`" "
150150 }
151151
152+ It ' Native crash' {
153+ $result = Invoke-SentryServer {
154+ param ([string ]$url )
155+ InstallAndroidApp - Dsn $url
156+ RunAndroidApp - Dsn $url - TestArg " Native"
157+ RunAndroidApp - Dsn $url
158+ }
159+
160+ Dump- ServerErrors - Result $result
161+ $result.HasErrors () | Should - BeFalse
162+ $result.Envelopes () | Should - AnyElementMatch " `" type`" :`" SIG[A-Z]+`" " # SIGILL (x86_64), SIGTRAP (arm64-v8a)
163+ $result.Envelopes () | Should -Not - AnyElementMatch " `" type`" :`" System.\w+Exception`" "
164+ }
165+
152166 It ' Null reference exception' {
153167 $result = Invoke-SentryServer {
154168 param ([string ]$url )
You can’t perform that action at this time.
0 commit comments