-
-
Notifications
You must be signed in to change notification settings - Fork 354
chore(e2e): Cocoa-v9: Bump E2E to iOS 15.0 #5369
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
686b6f8
fix: Fixes SentryScreenFrames use after being converted to Swift
itaybre 07104dd
Merge branch 'main' into itay/fix_sentreyscreenframes
itaybre 5a09e8e
Fix build
itaybre 347a601
Merge branch 'main' into itay/fix_sentreyscreenframes
antonis 7577a17
Use non-experimental enableLogs
denrase d3fe306
bump target
denrase 3bd04c2
remove enable tracing
denrase cc596a8
Update enableLogs tests
denrase 2b4c1d4
Merge branch 'main' into itay/fix_sentreyscreenframes
antonis d99584c
chore: Fix RNSentry after SentryFramesTracker conversion to swift
itaybre ca44d59
Run linter
itaybre 4c0fb34
Remove unused debug image provider imports
noahsmartin d61ca6d
Remove imports
noahsmartin 6a25cb9
chore: Remove deprecated user property
noahsmartin 1bda802
chore: Remove use of deprecate integrations API (#5304)
noahsmartin 0327771
Remove use of integrations in tests
noahsmartin 80af135
chore: Remove use of deprecated prop (#5322)
noahsmartin b407fd2
ref: Move options to wrapper
noahsmartin 914e943
Merge branch 'cocoa-v9' into itay/fix_sentreyscreenframes
antonis 7633931
Merge branch 'itay/fix_sentreyscreenframes' into denrase/options-enab…
antonis 076a651
Merge branch 'denrase/options-enable-logs' into itay/frames_tracker_s…
antonis a818d2b
chore(sample): Bump MacOS sample to macos 12.0 wich is the minimum fo…
antonis 521705f
Merge branch 'cocoa-v9' into antonis/cocoa-v9-macos-v12-bump
antonis 3002541
Merge branch 'cocoa-v9' into antonis/cocoa-v9-macos-v12-bump
antonis 389c2e1
Merge branch 'cocoa-v9' into antonis/cocoa-v9-macos-v12-bump
antonis 25e02fe
chore(e2e): Cocoa-v9: Bump E2E to iOS 15.0
antonis 8c193d0
Merge branch 'antonis/cocoa-v9-macos-v12-bump' into antonis/cocoa-v9-…
antonis 9bd217f
Bump to 15.1 due to RN 0.81.0 requirements
antonis bddf4ea
Merge branch 'cocoa-v9' into antonis/cocoa-v9-min-iOS15
antonis 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 hidden or 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
Oops, something went wrong.
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.
For simplicity since the RN requirement (
15.1) is close to the Cocoa one (15.0) , I force the specified version instead of fetching themin_ios_version_supportedand comparing.