-
-
Notifications
You must be signed in to change notification settings - Fork 276
redact screenshots via view hierarchy #2361
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
martinhaintz
merged 63 commits into
main
from
feat/redact-screenshots-via-view-hierarchy
Nov 24, 2024
Merged
Changes from all commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
42be7f3
use view hierachy for screenshots
martinhaintz 49a413b
fix tests and distinguish between ScheduledScreenshotRecorderConfig a…
martinhaintz d283df9
Merge branch 'main' into feat/redact-screenshots-via-view-hierarchy
martinhaintz fdc7d6d
removed unused imports
martinhaintz ea94d47
Merge branch 'main' into feat/redact-screenshots-via-view-hierarchy
martinhaintz 981039c
remove unused test
martinhaintz 4671c53
add changelog
martinhaintz f722191
rename variable
martinhaintz 22f22b0
add internal
martinhaintz 9bb14ad
split into screenshot, screenreplay and redaction options
martinhaintz 0969b7b
fix comments
martinhaintz 73a4224
Merge branch 'main' into feat/redact-screenshots-via-view-hierarchy
martinhaintz c2daf00
export redaction options and remove unused dependencies
martinhaintz 3606202
renaming to SentryPrivacyOptions
martinhaintz 35ebb0b
add explanation for setRedactionOptions
martinhaintz ba079eb
Merge branch 'main' into feat/redact-screenshots-via-view-hierarchy
martinhaintz 57a0823
fix deprecation warnings
martinhaintz 5e45d77
Update flutter/lib/src/sentry_flutter.dart
martinhaintz 487fd27
Update flutter/lib/src/sentry_flutter.dart
martinhaintz 4e062e8
Update flutter/lib/src/sentry_privacy_options.dart
martinhaintz 21851d9
feat: non-nullable privacy setting (#2382)
vaind 9699edc
Merge branch 'main' into feat/redact-screenshots-via-view-hierarchy
martinhaintz 6768268
keep recorder instance in memory
martinhaintz eee9c23
Update flutter/lib/src/sentry_screenshot_options.dart
martinhaintz 2481c04
update comment for sentry screenshot options
martinhaintz 3a82edf
fixed screenshot size mismatch
martinhaintz b565f3a
renamed some variables to make it more readable
martinhaintz 3febb1f
fix unit tests
martinhaintz 1d99b52
reorganized tests
martinhaintz a223200
update changelog
martinhaintz 9f6f01a
Merge branch 'main' into feat/redact-screenshots-via-view-hierarchy
martinhaintz 2821d78
screenshots now also working with canvas kit
martinhaintz b201e6d
Merge branch 'feat/redact-screenshots-via-view-hierarchy' of https://…
martinhaintz ec80659
Update CHANGELOG.md
martinhaintz e3c45f4
Update flutter/lib/src/sentry_flutter_options.dart
martinhaintz 23cd66c
Update flutter/lib/src/sentry_screenshot_options.dart
martinhaintz 673ef0b
renamed screenshot settings
martinhaintz b9772aa
removed quality from recorder config.
martinhaintz feb579d
Update CHANGELOG.md
martinhaintz d14704b
Update CHANGELOG.md
martinhaintz 9c4966c
Update flutter/lib/src/event_processor/screenshot_event_processor.dart
martinhaintz ef8d6b3
add test for screenshots with flutter html renderer
martinhaintz 879d445
Update flutter/lib/src/sentry_screenshot_options.dart
martinhaintz 02c8c41
Merge branch 'feat/redact-screenshots-via-view-hierarchy' of https://…
martinhaintz 93a8a7f
add changelog for supported html renderer
martinhaintz 606454f
removed unused import
martinhaintz b8e14be
revert: screenshot recorder resolution handling (#2409)
vaind 2332d9d
fix pixelRatio
martinhaintz 080989d
Update flutter/test/replay/scheduled_recorder_test.dart
martinhaintz ca18328
fix unit tests
martinhaintz 198d1a3
Merge branch 'main' into feat/redact-screenshots-via-view-hierarchy
martinhaintz efd66c8
Update flutter/lib/src/screenshot/recorder.dart
martinhaintz 0671009
reverted changes for html renderer as it is not working
martinhaintz de3550c
fix unit tests and errors
martinhaintz cc1d836
add comment for quality
martinhaintz 8202004
moved code back to previous position
martinhaintz 823598a
rearrange imports
martinhaintz 11b4ddd
Merge branch 'main' into feat/redact-screenshots-via-view-hierarchy
vaind d25e4cf
move screenshot options into global options
martinhaintz d3a0a2a
change wording from redaction to masking and similar.
martinhaintz d6212ac
Merge branch 'main' into feat/redact-screenshots-via-view-hierarchy
martinhaintz 0805b74
Merge branch 'main' into feat/redact-screenshots-via-view-hierarchy
martinhaintz 3fbe924
add import for screenshot event processor
martinhaintz 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
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 was deleted.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| import '../screenshot/recorder_config.dart'; | ||
|
|
||
| class ScheduledScreenshotRecorderConfig extends ScreenshotRecorderConfig { | ||
| final int frameRate; | ||
|
|
||
| ScheduledScreenshotRecorderConfig({ | ||
| super.width, | ||
| super.height, | ||
| required this.frameRate, | ||
| }); | ||
| } |
File renamed without changes.
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.
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.