-
-
Couldn't load subscription status.
- Fork 4.5k
Closed
Labels
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 SDK are you using?
Sentry Browser CDN bundle
SDK Version
7.73.0
Framework Version
Vanilla JS inside Rails
Link to Sentry event
No response
SDK Setup
Sentry.init({
replaysSessionSampleRate: 1.0,
replaysOnErrorSampleRate: 1.0,
environment: "production",
integrations: [
new Sentry.Replay({
maskAllText: false,
blockAllMedia: false,
}),
],
});
Steps to Reproduce
Run through the webapp and record a replay. The replay is then sent to Sentry.io with user's IP, email and name, but any extra key pair is not being saved.
Follows snippet for setUser
Sentry.setUser(
{
username: 'My name',
email: '[email protected]',
agency_name: 'My company name'
}
)
Expected Result
I expect to receive the agency_name and this be recorded anywhere on Sentry Replay (probably under TAGS)
Actual Result
user.ip, user.email and user.username displays on TAGS tab on Replay. The agency_name doesn't show anywhere.
vctormb and michaeljherrmann
Metadata
Metadata
Assignees
Labels
Projects
Status
No status
Status
No status