-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: angularIssues related to the Sentry Angular SDKIssues related to the Sentry Angular SDKPackage: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDK
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/angular
Again not actually angular, using loader for errors and https://browser.sentry-cdn.com/7.36.0/bundle.tracing.replay.min.js for replays, but those aren't options in the form.
SDK Version
7.36.0
Framework Version
No response
Link to Sentry event
SDK Setup
Sentry.init({
dsn: 'https://[email protected]/1375267',
environment: '{{ App::environment() }}',
replaysSessionSampleRate: {{ prod() ? '0.1' : '1.0' }},
replaysOnErrorSampleRate: 1.0,
integrations: [
new Sentry.Integrations.Replay({
maskAllText: false,
blockAllMedia: false
})
]
});
Steps to Reproduce
If you watched the replay referenced, I noticed a few things:
- Fullscreen isn't actually fullscreen - how come that is cropped? There could be useful context cut out. Could it be from dev tools being open?
- Despite
maskAllTextbeing false, there are some asterisks (which were not in the textarea) along with the text. Then a few seconds in, it turns to all asterisks and continues while typing. Shouldn't that display the user's (my) text? See first seven seconds of video. - Despite
blockAllMediabeing false, the FontAwesome icons are also stripped out. I suspect maybe all images are?
That said, this is exciting and I'm really glad you added this feature.
Expected Result
- Fullscreen displays the entire window
maskAllText=falseshould display user entryblockAllMedia=falseshouldn't block images or glyphs
Actual Result
None of these are true.
Metadata
Metadata
Assignees
Labels
Package: angularIssues related to the Sentry Angular SDKIssues related to the Sentry Angular SDKPackage: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDK
Projects
Status
No status