Skip to content

Conversation

noahsmartin
Copy link
Contributor

#skip-changelog

Copy link

codecov bot commented Oct 9, 2025

❌ 25 Tests Failed:

Tests completed Failed Passed Skipped
3910 25 3885 10
View the top 3 failed test(s) by shortest run time
SentryOptionsTest::testEnableProfiling
Stack Traces | 0s run time
.../Tests/SentryTests/SentryOptionsTest.m:1475 - ((!defaultValue) equal to ([self getProperty:property of:options])) failed: throwing "NSInternalInconsistencyException: Options doesn't have a property 'enableProfiling'"
SentryProfilerTests.SentryTraceProfilerTests::testCaptureTransactionWithProfile_StopsProfileOnCallingThread
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:48 - XCTAssertTrue failed
SentryProfilerTests.SentryTraceProfilerTests::testConcurrentProfilingTransactions
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:87 - XCTAssertTrue failed
SentryProfilerTests.SentryTraceProfilerTests::testConcurrentSpansWithTimeout
Stack Traces | 0s run time
.../sentry-cocoa/SentryTestUtils/TestSentryNSTimerFactory.swift:83 - failed: caught error: "timerNotInitialized"
SentryProfilerTests.SentryTraceProfilerTests::testMetricProfiler
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:369 - XCTAssertEqual failed: ("1") is not equal to ("0")
SentryProfilerTests.SentryTraceProfilerTests::testProfileTimeoutTimer
Stack Traces | 0s run time
.../sentry-cocoa/SentryTestUtils/TestSentryNSTimerFactory.swift:83 - failed: caught error: "timerNotInitialized"
SentryProfilerTests.SentryTraceProfilerTests::testProfileWithTransactionContainingStartupSpansForColdStart
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:369 - XCTAssertEqual failed: ("1") is not equal to ("0")
SentryProfilerTests.SentryTraceProfilerTests::testProfileWithTransactionContainingStartupSpansForPrewarmedStart
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:369 - XCTAssertEqual failed: ("1") is not equal to ("0")
SentryProfilerTests.SentryTraceProfilerTests::testProfileWithTransactionContainingStartupSpansForWarmStart
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:369 - XCTAssertEqual failed: ("1") is not equal to ("0")
SentryProfilerTests.SentryTraceProfilerTests::testProfilerCleanedUpAfterInFlightTransactionDeallocated
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:282 - XCTAssertEqual failed: ("0") is not equal to ("1")
SentryProfilerTests.SentryTraceProfilerTests::testProfilerCleanedUpAfterTransactionDiscarded_ExceedsMaxDuration
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:269 - XCTAssertEqual failed: ("0") is not equal to ("1")
SentryProfilerTests.SentryTraceProfilerTests::testProfilerCleanedUpAfterTransactionDiscarded_IdleTimeout_ExceedsMaxDuration
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:295 - XCTAssertEqual failed: ("0") is not equal to ("1")
SentryProfilerTests.SentryTraceProfilerTests::testProfilerCleanedUpAfterTransactionDiscarded_IdleTimeout_NoChildren
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:309 - XCTAssertEqual failed: ("0") is not equal to ("1")
SentryProfilerTests.SentryTraceProfilerTests::testProfilerCleanedUpAfterTransactionDiscarded_IdleTransaction_CreatingDispatchBlockFails
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:325 - XCTAssertEqual failed: ("0") is not equal to ("1")
SentryProfilerTests.SentryTraceProfilerTests::testProfilerCleanedUpAfterTransactionDiscarded_WaitForAllChildren_StartTimeModified
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:343 - XCTAssertEqual failed: ("0") is not equal to ("1")
SentryProfilerTests.SentryTraceProfilerTests::testProfilingDataContainsEnvironmentSetFromConfigureScope
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:369 - XCTAssertEqual failed: ("1") is not equal to ("0")
SentryProfilerTests.SentryTraceProfilerTests::testProfilingDataContainsEnvironmentSetFromOptions
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:369 - XCTAssertEqual failed: ("1") is not equal to ("0")
SentryProfilerTests.SentryTraceProfilerTests::testStartTransaction_ProfilingDataIsValid
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:369 - XCTAssertEqual failed: ("1") is not equal to ("0")
SentryProfilerTests.SentryTraceProfilerTests::testStartTransaction_SamplingProfileUsingEnableProfiling
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:680 - XCTAssertEqual failed: ("1") is not equal to ("0")
SentryProfilerTests.SentryTraceProfilerTests::testStartTransaction_SamplingProfileUsingProfilesSampler
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:680 - XCTAssertEqual failed: ("1") is not equal to ("0")
SentryProfilerTests.SentryTraceProfilerTests::testStartTransaction_SamplingProfileUsingSampleRate
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:680 - XCTAssertEqual failed: ("1") is not equal to ("0")
SentryProfilerTests.SentryTraceProfilerTests::testTraceProfilerStopsOnBackgrounding
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:355 - XCTAssertTrue failed
SentryProfilerTests.SentryTraceProfilerTests::testTransactionWithMutatedTracerID
Stack Traces | 0s run time
.../Tests/SentryProfilerTests/SentryTraceProfilerTests.swift:369 - XCTAssertEqual failed: ("1") is not equal to ("0")
SentryTests.SentryEnabledFeaturesBuilderTests::testEnableAllFeatures
Stack Traces | 0s run time
.../SentryTests/Helper/SentryEnabledFeaturesBuilderTests.swift:47 - XCTAssertTrue failed
SentryTests.SentryFileManagerTests::testCreateDirectoryIfNotExists_pathTooLogError_shouldLogError
Stack Traces | 0s run time
.../SentryTests/Helper/SentryFileManagerTests.swift:1116 - XCTAssertEqual failed: ("3") is not equal to ("1")
SentryTests.SentrySpanTests::testSpanDoesNotIncludeTraceProfilerID
Stack Traces | 0s run time
.../SentryTests/Transaction/SentrySpanTests.swift:78 - XCTAssertTrue failed

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Copy link
Contributor

github-actions bot commented Oct 9, 2025

Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1226.31 ms 1255.61 ms 29.30 ms
Size 23.75 KiB 987.76 KiB 964.01 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
99104c9 1224.84 ms 1247.08 ms 22.24 ms
d83b35a 1212.48 ms 1237.02 ms 24.54 ms
f8029e2 1245.16 ms 1261.32 ms 16.16 ms
be8375a 1212.65 ms 1239.72 ms 27.08 ms
a3dfd57 1230.78 ms 1244.91 ms 14.14 ms
1a34ddc 1218.94 ms 1251.86 ms 32.92 ms
5840d2d 1225.40 ms 1241.47 ms 16.07 ms
324c109 1228.35 ms 1252.47 ms 24.12 ms
d1c4916 1236.25 ms 1266.76 ms 30.51 ms
664c060 1215.48 ms 1244.41 ms 28.93 ms

App size

Revision Plain With Sentry Diff
99104c9 23.75 KiB 894.83 KiB 871.09 KiB
d83b35a 23.75 KiB 913.17 KiB 889.42 KiB
f8029e2 23.75 KiB 893.72 KiB 869.97 KiB
be8375a 23.75 KiB 933.03 KiB 909.28 KiB
a3dfd57 23.75 KiB 913.63 KiB 889.87 KiB
1a34ddc 23.75 KiB 919.88 KiB 896.13 KiB
5840d2d 23.75 KiB 969.24 KiB 945.50 KiB
324c109 23.75 KiB 919.91 KiB 896.16 KiB
d1c4916 23.75 KiB 981.15 KiB 957.40 KiB
664c060 23.74 KiB 977.41 KiB 953.67 KiB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant