-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Flutter replay for Android #2032
Merged
Merged
Changes from 84 commits
Commits
Show all changes
102 commits
Select commit
Hold shift + click to select a range
294317b
minor gradle fixes
vaind 861ebab
tmp: local sentry-java build
vaind 2f55619
tmp: use relative path to sentry-java
vaind 209ca41
tmp: local java build patches
vaind a282fad
replay options
vaind 7d8d4e8
replay recorder
vaind c887e6d
Merge branch 'main' into feat/replay
vaind 3444961
wip: JNI native bindings
vaind ca03c95
use compatible jnigen
vaind 0b06dd5
add missing gradlew to flutter/android
vaind 314665d
Merge branch 'feat/jni-ffi' into feat/replay
vaind 8bf52d8
replay recorder JNI binding code
vaind a4e056a
replay recorder binding jni code
vaind 1cde833
jni 0.6
vaind 010f575
wip: android jni replay
vaind 4c4f132
replay binding
vaind 87d18e7
glue code for jni
vaind 2eaaa28
Merge branch 'main' into feat/replay
vaind afa9f50
chore: update to cocoa 8.24.1-alpha.0
vaind 3df2523
wip: cocoa integration
vaind 179b5d4
wip: ios replay
vaind 9284db8
Merge branch 'main' into feat/replay
vaind 6432b98
cleanup
vaind 25fd690
formatting
vaind 658a132
android fixes
vaind fb8bbb4
move native setup to the native sdk integration
vaind 7c8fd42
cleanup & improvements
vaind 0570f35
improve widget filter and implement redact options
vaind 5c08b21
fix image scaling
vaind c00788a
Merge branch 'main' into feat/replay
vaind 0c55dc6
ktlint format
vaind f136795
ci fixes
vaind 2aa129c
fix tests
vaind 698276d
add jnigen scripts
vaind c6c3a17
use android 7.9.0 alpha.1
vaind cf8ed52
move native init & close to SentryNative
vaind 55c7056
cleanup
vaind ff2a8ed
add macOS integration link
vaind 46a96b0
Merge branch 'main' into feat/replay
vaind c3b60aa
rollback cocoa changes
vaind 3f6d05e
remove jni/jnigen
vaind af22a59
wip: methodchannel based android recorder
vaind 6bf1f00
callback
vaind 9dc14aa
linter issues
vaind 9daf297
Merge branch 'main' into feat/android-replay
vaind 3639f00
minor fixes
vaind 14ba742
more fixes
vaind 585386e
linter issues
vaind ee1dbd6
cleanup
vaind 266a85a
improve logging
vaind 509c15f
move replay to experimental, same as in other SDKs
vaind 960f2da
improve tree shaking
vaind b5c935f
Merge branch 'main' into feat/android-replay
vaind 95e3a34
test: scheduler
vaind aa28200
support browser test
vaind 16f3677
fix compat with old flutter
vaind 86db5c4
cleanup
vaind 942044a
rename recorder_widget_filter.dart
vaind 9efae7b
fixup scheduler test
vaind 35ed86b
improve test coverage
vaind 63af017
pr cleanup
vaind 12f5774
test: widget filter
vaind 50a13f6
cleanup
vaind 725fd02
test widget filter visibility
vaind 4bda0ab
cleanup
vaind afb65f6
always add screenshot widget
vaind f6b9266
recorder test
vaind 5dc1255
cleanup
vaind 225c0c0
limit recorder test to vm
vaind 46527a3
wip: integration test
vaind 0bc8fff
cleanup
vaind 571dfbc
Merge branch 'main' into feat/android-replay
vaind 81f4689
ktlint format
vaind 0f6764b
detekt suppression
vaind d35f630
ktlint format
vaind fee9580
improve scheduler stop behavior
vaind 8be8d20
wip: error replay mapping
vaind c7b166d
Merge branch 'main' into feat/android-replay
vaind f3057cd
suppress detekt TooGenericExceptionThrown
vaind 943acea
Update flutter/lib/src/replay/recorder.dart
vaind 0d82f13
Update flutter/lib/src/native/java/sentry_native_java.dart
vaind 49d4239
improve comments
vaind 8ef5d15
Merge branch 'main' into feat/android-replay
vaind a93da0b
Merge branch 'main' into feat/android-replay
vaind 114ed86
feat: associate dart errors with replays (#2070)
vaind 5014d1c
Merge branch 'main' into feat/android-replay
vaind 5baab7c
Merge branch 'main' into feat/android-replay
vaind c26a8a2
chote: remove path dependency
vaind e4c0654
Merge branch 'main' into feat/android-replay
vaind 8919fff
Merge branch 'main' into feat/android-replay
vaind 3f12988
fix tests
vaind 1706c68
Merge branch 'main' into feat/android-replay
vaind 5dc8bd6
feat: replay breadcrumbs (android) (#2163)
vaind 26d7b9c
Merge branch 'main' into feat/android-replay
vaind 8cd2d63
test: native replay integration binding (#2189)
vaind 4883e14
Merge branch 'main' into feat/android-replay
vaind 8bcde3d
Merge branch 'main' into feat/android-replay
vaind f1157fc
chore: update changelog
vaind 93293f7
fix publishing
vaind 87971db
release: 8.6.0-alpha.2
getsentry-bot 3bf3cca
Merge branch 'release/8.6.0-alpha.2' into feat/android-replay
14340f7
Merge branch 'feat/replay' into feat/android-replay
vaind 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
org.gradle.jvmargs=-Xmx1536M | ||
android.useAndroidX=true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../example/android/gradlew |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../example/android/gradlew.bat |
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
Oops, something went wrong.
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.
I had to use
ktlint --format
because of the boatload of complains by reviewdog 🤷