-
Notifications
You must be signed in to change notification settings - Fork 217
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: Remove user segment #928
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #928 +/- ##
==========================================
+ Coverage 83.83% 83.85% +0.01%
==========================================
Files 49 49
Lines 5135 5128 -7
==========================================
- Hits 4305 4300 -5
+ Misses 676 674 -2
Partials 154 154 ☔ View full report in Codecov by Sentry. |
interfaces.go
Outdated
// Segment is a string representing the user segment that the user belongs to. | ||
// | ||
// Deprecated: Segment is deprecated and will be removed in the next major | ||
// of the Sentry Go SDK. | ||
Segment string `json:"segment,omitempty"` |
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.
Feel free to remove it right now, the next release contains some breaking changes as well.
@AbhiPrasad Please update Changelog as well with this change. |
8b89a4e
to
a42721e
Compare
f580abc
to
7bc7226
Compare
Thanks @AbhiPrasad |
ref getsentry/team-sdks#44
Remove user segment and all user segment related logic.
https://go.dev/ref/mod#go-mod-file-module-deprecation