File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Tests/SentryTests/Integrations Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ final class SentrySwiftIntegrationInstallerTests: XCTestCase {
1717 options. dsn = TestConstants . dsnAsString ( username: " SentrySwiftIntegrationInstallerTests " )
1818 options. debug = true
1919 options. swiftAsyncStacktraces = true
20+ options. enableAutoSessionTracking = false
2021
2122 let testHub = TestHub ( client: nil , andScope: nil )
2223 SentrySDKInternal . setCurrentHub ( testHub)
@@ -36,6 +37,7 @@ final class SentrySwiftIntegrationInstallerTests: XCTestCase {
3637 options. dsn = TestConstants . dsnAsString ( username: " SentrySwiftIntegrationInstallerTests " )
3738 options. debug = true
3839 options. swiftAsyncStacktraces = false
40+ options. enableAutoSessionTracking = false
3941
4042 let testHub = TestHub ( client: nil , andScope: nil )
4143 SentrySDKInternal . setCurrentHub ( testHub)
You can’t perform that action at this time.
0 commit comments