Commit 3da30a9
chore: Bring v8 fixes to main (#6609)
* test: Ensure test is server running (#6300)
Ensure that the test server is running with a retry mechanism to avoid
flakiness in CI.
* ci: Add v8.x branch to workflows (#6321)
* chore: Explain v8 branch (#6323)
Add decision log entry for v8 branch and explain how to release from it.
* ci(v8): Bump Xcode from 26.0 to 26.0.1 (#6394)
* docs: Add note to README with reference to v9 on main branch (#6402)
* fix: Wrong Frame Delay when becoming active (#6393)
The SDK reported false frame delay statistics when it moved from the
background to the foreground, which also led to falsely reported app
hangs.
Fixes GH-6345
* fix(session-replay): Add detection for potential PII leaks disabling session replay (#6389)
* release: 8.57.0
* chore: Bump simulators to 26.1 (#6578)
* fix: Fix crash when last replay info is missing some keys (#6577)
* fix: Fix crash when last replay info is missing keys
* Update changelog
* fix: Disable SessionSentryReplayIntegration if the environment is unsafe (#6573)
* fix: Disable SessionSentryReplayIntegration if the environment is unsafe
* Simplify shouldEnableSessionReplay
* Rename test
* Add log message
* Update changelog
* Safely unwrap SentryOptions
* fix: Fix UITouch background thread access in SentryTouchTracker (#6584)
* release: 8.57.1
* Fix merge issues
* Fix another merge issue
* More merge conflicts
* Add SentryThreadInspector again
* Fix tests on iOS 26
* Add `enableSessionReplayInUnreliableEnvironment`
---------
Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
Co-authored-by: Philip Niedertscheider <phil.niedertscheider@sentry.io>
Co-authored-by: getsentry-bot <bot@sentry.io>
Co-authored-by: getsentry-bot <bot@getsentry.com>1 parent 7f26f16 commit 3da30a9
File tree
45 files changed
+549
-124
lines changed- .github
- workflows
- Sentry.xcodeproj
- Sources
- Configuration
- Sentry
- include/HybridPublic
- Swift
- Integrations/SessionReplay
- Tests
- HybridSDKTest
- SentryTests
- Integrations/SessionReplay
- develop-docs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+549
-124
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| 12 | + | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments