-
-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Always start SDK on the main thread #3291
Merged
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
b11c6c1
Update SentryCrashIntegration.m
brustolin 23da6cc
Revert "Update SentryCrashIntegration.m"
brustolin 95ab17a
Update SentrySDK.m
brustolin 5a9e4ea
tests
brustolin f0b432f
Update CHANGELOG.md
brustolin 4fa8e1f
Format code
getsentry-bot 6ee2b67
Update Sources/SentryCrash/Recording/Tools/SentryCrashObjCApple.h
brustolin 490ed4f
Format code
getsentry-bot 3ffba00
Apply suggestions from code review
brustolin af5a3e5
Format code
getsentry-bot 26f8b49
Update SentrySDK.m
brustolin b87e505
Format code
getsentry-bot 673d34c
Update SentrySDKTests.swift
brustolin 9304c1d
Merge branch 'main' into fix/access-UISession-main-thread
brustolin 5791da4
Update SentrySDK.m
brustolin ddc053b
Merge branch 'fix/access-UISession-main-thread' of github.com:getsent…
brustolin 17e6590
Merge branch 'main' into fix/access-UISession-main-thread
brustolin b96bc4b
Format code
getsentry-bot 3418390
Merge branch 'main' into fix/access-UISession-main-thread
brustolin 73db556
Update SentrySDKTests.swift
brustolin 581b8df
Merge branch 'fix/access-UISession-main-thread' of github.com:getsent…
brustolin 45b181b
Update SentrySDK.m
brustolin cd29f40
Format code
getsentry-bot fb5eebc
Update SentrySDKTests.swift
brustolin 427f0a9
Merge branch 'fix/access-UISession-main-thread' of github.com:getsent…
brustolin e682529
Fix Reachability flackness
brustolin 262c625
Format code
getsentry-bot d41ebfc
Update SentrySDK.m
brustolin 60723f7
Merge branch 'fix/access-UISession-main-thread' of github.com:getsent…
brustolin 3194c1d
Format code
getsentry-bot 431978a
Merge branch 'main' into fix/access-UISession-main-thread
brustolin 6692ff9
Update SentryReachability.m
brustolin aedd343
Format code
getsentry-bot cc4d0e3
Update SentrySDKTests.swift
brustolin f58236a
Update CHANGELOG.md
philipphofmann 33e5dbe
ref: Replace deprecated function (#3327)
brustolin 9bb1c59
ci: update unit test iOS/Xcode versions (#3283)
armcknight 4815a2f
Fix: Remove unnecessaries build settings (#3325)
brustolin 4ecd1bb
meta: update ruby version and gem/brew bundles (#3324)
armcknight 86d4247
fix: remove relative component of import (#3332)
armcknight ff64ac7
rename replaceOptionIntegrations
philipphofmann b1292b1
Merge branch 'main' into fix/access-UISession-main-thread
philipphofmann d174abf
fix changelog
philipphofmann 0c88c23
Make SDK init synchronous
philipphofmann e875917
change back to init async
philipphofmann 0f5d42c
remove not needed file
philipphofmann d2a9730
simplify comment
philipphofmann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This make reachability flaky during tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this change be in an extra PR?