-
Notifications
You must be signed in to change notification settings - Fork 9
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
Sync integration branch with next and update CrossTalk API #359
Merged
yousif-bugsnag
merged 49 commits into
integration/react-native-integration
from
ya/crosstalk-update
Dec 10, 2024
Merged
Sync integration branch with next and update CrossTalk API #359
yousif-bugsnag
merged 49 commits into
integration/react-native-integration
from
ya/crosstalk-update
Dec 10, 2024
Conversation
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
Release v1.10.1
Karl merge main next
Release v1.10.2
Sync main into next
Co-authored-by: Steve Kirkland <twometresteve@users.noreply.github.com>
[PLAT-13018] CI Full Run
build: add OpenSSF scorecard action
#344) * Harmonize code to get the class name, using Swift's built-in demangler * Skip generic view controller scenarios for swizzling premain E2E tests --------- Co-authored-by: Robert <robert.smartbear@gmail.com>
docs: add security policy and openssf badge
[PLAT-12855] Move iOS 17 tests to BB
[full ci]
[full ci]
Add signing workflow for release assets
Buildkite pipeline tidy-up
build: add dependabot version updates
docs: add codeowners
Restrict built-in github token
[PLAT-13280] More robust crosstalk API, and also a permissive proxy class
# Conflicts: # Sources/BugsnagPerformance/Private/BugsnagPerformanceCrossTalkAPI.h # Sources/BugsnagPerformance/Private/BugsnagPerformanceCrossTalkAPI.mm # Sources/BugsnagPerformance/Private/BugsnagPerformanceImpl.mm # Tests/BugsnagPerformanceTests/CrossTalkTests.m
yousif-bugsnag
requested review from
robert-smartbear,
kstenerud and
tomlongridge
as code owners
December 10, 2024 12:35
Generated by 🚫 Danger |
kstenerud
approved these changes
Dec 10, 2024
yousif-bugsnag
merged commit Dec 10, 2024
c8406ac
into
integration/react-native-integration
23 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Goal
Merge the latest changes from
next
and update the CrossTalk API in light of #357Testing
Updated the CrossTalk API unit tests