You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the failing SentryTracer.testConcurrentTransactions_OnlyOneGetsMeasurement
by removing the qos: .background for the DispatchQueue, which led to timeouts in
CI, because the DisptachQueue simply didn't start the transactions.
XCTAssertEqual(fixture.hub.capturedEventsWithScopes.count, transactions,"Expected \(transactions) transactions to be captured, but got \(fixture.hub.capturedEventsWithScopes.count)")
1205
+
1199
1206
lettransactionsWithAppStartMeasurement= fixture.hub.capturedEventsWithScopes.invocations.filter{ pair in
XCTAssertEqual(transactionsWithAppStartMeasurement.count,1,"Only one transaction should have the app start measurement, but got \(transactionsWithAppStartMeasurement.count)")
0 commit comments