File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
sentry/src/main/java/io/sentry Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1414 }
1515 ```
1616
17+ ### Improvements
18+
19+ - Remove internal API status from get/setDistinctId ([#4708](https://github.com/getsentry/sentry-java/pull/4708))
20+
1721## 8.21.1
1822
1923### Fixes
Original file line number Diff line number Diff line change @@ -1332,7 +1332,6 @@ public void setSessionTrackingIntervalMillis(long sessionTrackingIntervalMillis)
13321332 *
13331333 * @return the distinct Id
13341334 */
1335- @ ApiStatus .Internal
13361335 public @ Nullable String getDistinctId () {
13371336 return distinctId ;
13381337 }
@@ -1342,7 +1341,6 @@ public void setSessionTrackingIntervalMillis(long sessionTrackingIntervalMillis)
13421341 *
13431342 * @param distinctId the distinct Id
13441343 */
1345- @ ApiStatus .Internal
13461344 public void setDistinctId (final @ Nullable String distinctId ) {
13471345 this .distinctId = distinctId ;
13481346 }
You can’t perform that action at this time.
0 commit comments