Skip to content

Commit 0209fc5

Browse files
committed
Remove internal API status from get/setDistinctId
1 parent 64295f6 commit 0209fc5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sentry/src/main/java/io/sentry/SentryOptions.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,6 @@ public void setSessionTrackingIntervalMillis(long sessionTrackingIntervalMillis)
13291329
*
13301330
* @return the distinct Id
13311331
*/
1332-
@ApiStatus.Internal
13331332
public @Nullable String getDistinctId() {
13341333
return distinctId;
13351334
}
@@ -1339,7 +1338,6 @@ public void setSessionTrackingIntervalMillis(long sessionTrackingIntervalMillis)
13391338
*
13401339
* @param distinctId the distinct Id
13411340
*/
1342-
@ApiStatus.Internal
13431341
public void setDistinctId(final @Nullable String distinctId) {
13441342
this.distinctId = distinctId;
13451343
}

0 commit comments

Comments
 (0)