-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat: Deprecate user segment field #10210
Conversation
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.
💯
@@ -19,6 +19,7 @@ export function getDynamicSamplingContextFromClient( | |||
const options = client.getOptions(); | |||
|
|||
const { publicKey: public_key } = client.getDsn() || {}; | |||
// TODO(v8): Remove segment from User |
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.
Nice, that means we won't need the scope anymore for the dsc, right? Cc @Lms24 we can simplify this a bit in V8 then 🎉
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.
yup no scope for the DSC!
size-limit report 📦
|
See getsentry/sentry#58767 (comment)
Segment is no longer supported by the product, so we can remove it in v8.