-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
8a2580b
Add mobile replay js interface
29c3ad9
Simplify integration interface, always use native replayId
de6669b
remove unwanted style changes
4a66cdd
add pod fix for sentry-cocoa replay version
2afdcc1
fix java impl
10379f9
Add RN Components playground
f8eb045
fix missing hard crash
f49f2fb
Merge remote-tracking branch 'origin/main' into kw-add-replay-v0
1c9001b
revert clags changes
3abfca8
Bump native SDKs to alphas with replay and add changelog
82fbf4c
Add replay tag in JS
a0727c9
add more robust is exception event check
8a291ed
Add on error sample rate to the sample app
7f1c85f
Use cocoa impl of captureReplay
48be9e9
Add Android native replay options, capture replay and EMPTY_ID check
f9acb41
add redacting RCT text and images for iOS replay
e7eb005
revert replayID tag and context functions
f792d2a
fix lint
2f8b8c8
move replay options under experiments
615faaf
enable replay in expo sample
5164930
pass replay options to enabled web
6227788
update changelog
a46da31
add mask options
0512490
update changelog
9f747c5
Pass replay options to native during sdk initialization
1c15afa
satisfies breaks tests
1e651fb
fix client init
c14d9cd
bump sentry cocoa
0a7996b
bump sentry-android
b081bd5
Merge branch 'main' into kw-add-replay-v0
982610d
use class from string to fix dynamically linked frameworks
8f61ad1
fix rn 0.65 e2e tests
d014385
Add tsDoc to mobile replay integration
fef4a4e
fix 0.65 build
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
badbf77
Merge remote-tracking branch 'origin/main' into kw-add-replay-v0
5fd158e
Merge remote-tracking branch 'origin/main' into kw-add-replay-v0
592f513
fix session sample rate on Android
e293d5f
Merge remote-tracking branch 'origin/main' into kw-add-replay-v0
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
3177b5c
rename startReplay to captureReplay
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.