We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FeedbackUITests
1 parent a3552ab commit 7273bf4Copy full SHA for 7273bf4
Samples/iOS-SwiftUI/iOS-SwiftUI-UITests/FeedbackUITests.swift
@@ -1,11 +1,12 @@
1
+import SentrySampleShared
2
import XCTest
3
4
final class FeedbackUITests: XCTestCase {
5
func testWidgetDisplayInSwiftUIApp() throws {
6
let app = XCUIApplication()
7
app.launchArguments.append(contentsOf: [
- "--io.sentry.feedback.all-defaults",
8
- "--io.sentry.disable-app-start-profiling"
+ SentrySDKOverrides.Feedback.allDefaults.rawValue,
9
+ SentrySDKOverrides.Profiling.disableAppStartProfiling.rawValue
10
])
11
app.launch()
12
0 commit comments