-
-
Notifications
You must be signed in to change notification settings - Fork 354
feat(replay): Add Mobile Replay Alpha #3714
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
47 commits
Select commit
Hold shift + click to select a range
cbaa720
wip: Add Mobile Replay
krystofwoldrich 8a2580b
Add mobile replay js interface
krystofwoldrich 29c3ad9
Simplify integration interface, always use native replayId
krystofwoldrich de6669b
remove unwanted style changes
krystofwoldrich 4a66cdd
add pod fix for sentry-cocoa replay version
krystofwoldrich 2afdcc1
fix java impl
krystofwoldrich 10379f9
Add RN Components playground
krystofwoldrich f8eb045
fix missing hard crash
krystofwoldrich f49f2fb
Merge remote-tracking branch 'origin/main' into kw-add-replay-v0
krystofwoldrich 1c9001b
revert clags changes
krystofwoldrich 3abfca8
Bump native SDKs to alphas with replay and add changelog
krystofwoldrich 82fbf4c
Add replay tag in JS
krystofwoldrich a0727c9
add more robust is exception event check
krystofwoldrich 8a291ed
Add on error sample rate to the sample app
krystofwoldrich 7f1c85f
Use cocoa impl of captureReplay
krystofwoldrich 48be9e9
Add Android native replay options, capture replay and EMPTY_ID check
krystofwoldrich f9acb41
add redacting RCT text and images for iOS replay
krystofwoldrich e7eb005
revert replayID tag and context functions
krystofwoldrich f792d2a
fix lint
krystofwoldrich 2f8b8c8
move replay options under experiments
krystofwoldrich 615faaf
enable replay in expo sample
krystofwoldrich 5164930
pass replay options to enabled web
krystofwoldrich 6227788
update changelog
krystofwoldrich a46da31
add mask options
krystofwoldrich 0512490
update changelog
krystofwoldrich 9f747c5
Pass replay options to native during sdk initialization
krystofwoldrich 1c15afa
satisfies breaks tests
krystofwoldrich 1e651fb
fix client init
krystofwoldrich c14d9cd
bump sentry cocoa
krystofwoldrich 0a7996b
bump sentry-android
krystofwoldrich b081bd5
Merge branch 'main' into kw-add-replay-v0
krystofwoldrich 982610d
use class from string to fix dynamically linked frameworks
krystofwoldrich 8f61ad1
fix rn 0.65 e2e tests
krystofwoldrich d014385
Add tsDoc to mobile replay integration
krystofwoldrich fef4a4e
fix 0.65 build
krystofwoldrich d9997ed
release: 5.23.0-alpha.0
getsentry-bot 7503acb
Merge branch 'release/5.23.0-alpha.0' into kw-add-replay-v0
a9f9f39
fix changelog _experiments
krystofwoldrich badbf77
Merge remote-tracking branch 'origin/main' into kw-add-replay-v0
krystofwoldrich 5fd158e
Merge remote-tracking branch 'origin/main' into kw-add-replay-v0
krystofwoldrich 592f513
fix session sample rate on Android
krystofwoldrich e293d5f
Merge remote-tracking branch 'origin/main' into kw-add-replay-v0
krystofwoldrich 5519309
release: 5.23.0-alpha.1
getsentry-bot 0bd517d
Merge branch 'release/5.23.0-alpha.1' into kw-add-replay-v0
48d8b35
Merge branch 'feat/replay' into kw-add-replay-v0
krystofwoldrich 3177b5c
rename startReplay to captureReplay
krystofwoldrich 50cbcda
Update src/js/utils/clientutils.ts
krystofwoldrich 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,7 +33,7 @@ Pod::Spec.new do |s| | |
| s.preserve_paths = '*.js' | ||
|
|
||
| s.dependency 'React-Core' | ||
| s.dependency 'Sentry/HybridSDK', '8.25.2' | ||
| s.dependency 'Sentry/HybridSDK', '8.25.0-alpha.0' | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can target 8.26.0 now
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks, I'll do the bump. |
||
|
|
||
| s.source_files = 'ios/**/*.{h,m,mm}' | ||
| s.public_header_files = 'ios/RNSentry.h' | ||
|
|
||
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
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
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
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
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
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.