Commit a8ec9ce
Submodule sentry-cocoa updated 58 files
- .github/last-release-runid+1-1
- .github/workflows/analyze-language-trends.yml+1-1
- .github/workflows/assemble-xcframework-variant.yml+1-1
- .github/workflows/benchmarking.yml+1-1
- .github/workflows/build.yml+1-1
- .github/workflows/integration-test.yml+1-1
- .github/workflows/lint-cocoapods-specs.yml+1-1
- .github/workflows/objc-conversion-analysis.yml+1-1
- .github/workflows/release.yml+1-1
- .github/workflows/size-analysis.yml+1-1
- .github/workflows/test-cross-platform.yml+1-1
- .github/workflows/testflight.yml+1-1
- .github/workflows/ui-tests-common.yml+2-2
- .github/workflows/unit-test-common.yml+2-2
- 3rd-party-integrations/SentryCocoaLumberjack/Package.swift+1-1
- 3rd-party-integrations/SentryPulse/Package.swift+1-1
- 3rd-party-integrations/SentrySwiftLog/Package.swift+1-1
- 3rd-party-integrations/SentrySwiftyBeaver/Package.swift+1-1
- CHANGELOG.md+14
- Gemfile.lock+2-2
- Package.swift+10-10
- Package@swift-6.1.swift+10-10
- Sentry.podspec+1-1
- SentrySwiftUI.podspec+2-2
- Sources/Configuration/SDK.xcconfig+1-1
- Sources/Configuration/SentrySwiftUI.xcconfig+1-1
- Sources/Configuration/Versioning.xcconfig+1-1
- Sources/Sentry/PrivateSentrySDKOnly.m+6
- Sources/Sentry/Public/PrivateSentrySDKOnly.h+10
- Sources/Sentry/Public/SentryBaggage.h+16
- Sources/Sentry/Public/SentryTraceContext.h+5
- Sources/Sentry/SentryBaggage.m+30-1
- Sources/Sentry/SentryMeta.m+1-1
- Sources/Sentry/SentryOptionsInternal.m+7
- Sources/Sentry/SentrySDKInternal.m+3-1
- Sources/Sentry/SentryTraceContext.m+38-5
- Sources/Sentry/include/SentryCrashC.h+9
- Sources/Sentry/include/SentryCrashMonitor_Signal.h+6
- Sources/Sentry/include/SentryTraceContext+Private.h+14
- Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.c+3-1
- Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.c+7
- Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.c+50-3
- Sources/SentryCrash/Recording/SentryCrashC.c+22
- Sources/Swift/Core/Tools/ViewCapture/SentryDefaultMaskRenderer.swift+25-10
- Sources/Swift/Options.swift+29
- Sources/Swift/SentryDsn.swift+17
- Sources/Swift/State/SentryPropagationContext.swift+56-2
- Tests/SentryTests/Helper/EnvelopeComparison.swift+1-1
- Tests/SentryTests/Networking/SentryDsnOrgIdTests.swift+61
- Tests/SentryTests/OptionsInSyncWithDocs/SentryOptionsDocumentationSyncTests.swift+4-1
- Tests/SentryTests/SentryOptionsTest.m+53
- Tests/SentryTests/Transaction/SentryBaggageTests.swift+48
- Tests/SentryTests/Transaction/SentryStrictTraceContinuationTests.swift+176
- Tests/SentryTests/Transaction/SentryTraceContextTests.swift+141-3
- Tests/SentryTests/ViewCapture/SentryViewPhotographerTests.swift+44
- develop-docs/SENTRYCRASH.md+26
- scripts/.clang-format-version+1-1
- sdk_api.json+487
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
161 | 165 | | |
162 | 166 | | |
163 | 167 | | |
| |||
166 | 170 | | |
167 | 171 | | |
168 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
169 | 177 | | |
170 | 178 | | |
171 | 179 | | |
| |||
1368 | 1376 | | |
1369 | 1377 | | |
1370 | 1378 | | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
1371 | 1383 | | |
1372 | 1384 | | |
1373 | 1385 | | |
| |||
1656 | 1668 | | |
1657 | 1669 | | |
1658 | 1670 | | |
| 1671 | + | |
| 1672 | + | |
| 1673 | + | |
| 1674 | + | |
| 1675 | + | |
1659 | 1676 | | |
1660 | 1677 | | |
1661 | 1678 | | |
| |||
1987 | 2004 | | |
1988 | 2005 | | |
1989 | 2006 | | |
| 2007 | + | |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
1990 | 2019 | | |
1991 | 2020 | | |
1992 | 2021 | | |
| |||
2129 | 2158 | | |
2130 | 2159 | | |
2131 | 2160 | | |
| 2161 | + | |
| 2162 | + | |
| 2163 | + | |
| 2164 | + | |
2132 | 2165 | | |
2133 | 2166 | | |
2134 | 2167 | | |
| |||
0 commit comments