Skip to content
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

Allow configuration of screenshot masking for hybrid SDKs #4831

Open
krystofwoldrich opened this issue Feb 11, 2025 · 2 comments
Open

Allow configuration of screenshot masking for hybrid SDKs #4831

krystofwoldrich opened this issue Feb 11, 2025 · 2 comments
Assignees

Comments

@krystofwoldrich
Copy link
Member

krystofwoldrich commented Feb 11, 2025

Description

Currently the screenshots are always taken with masking enabled and hybrids SDKs options are ignored. Thus the screenshots are masked only partially.

- (instancetype)init
{
if (self = [super init]) {
photographer = [[SentryViewPhotographer alloc]
initWithRedactOptions:[[SentryRedactDefaultOptions alloc] init]];
}
return self;
}

@kahest
Copy link
Member

kahest commented Feb 12, 2025

related: #3802 (implements redaction API for screenshots - needs docs)

@kahest
Copy link
Member

kahest commented Feb 12, 2025

also related: #4832

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Investigation
Development

No branches or pull requests

3 participants