Skip to content

Commit

Permalink
test: Disable sigterm reporting for iOS-Swift sample
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann committed Oct 14, 2024
1 parent 5a6e387 commit c8909e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Samples/iOS-Swift/iOS-Swift/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
options.beforeSendSpan = { span in
return span
}
options.enableSigtermReporting = true
options.beforeCaptureScreenshot = { _ in
return true
}
Expand Down

0 comments on commit c8909e7

Please sign in to comment.