File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed 
sentry/src/main/java/io/sentry Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+ 
5+ ### Improvements
6+ 
7+ - Remove internal API status from get/setDistinctId ([#4708](https://github.com/getsentry/sentry-java/pull/4708))
8+ 
39## 8.21.1
410
511### Fixes
Original file line number Diff line number Diff 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  }
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments