File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -370,8 +370,6 @@ export abstract class BaseClient<O extends ClientOptions> implements Client<O> {
370370    const  clientReleaseOption  =  this . _options . release ; 
371371    const  clientEnvironmentOption  =  this . _options . environment ; 
372372    if  ( 'aggregates'  in  session )  { 
373-       // TODO(v9): Remove eslint disable 
374-       // eslint-disable-next-line @sentry-internal/sdk/no-optional-chaining 
375373      if  ( ! session . attrs ?. release  &&  ! clientReleaseOption )  { 
376374        DEBUG_BUILD  &&  logger . warn ( MISSING_RELEASE_FOR_SESSION_ERROR ) ; 
377375        return ; 
Original file line number Diff line number Diff line change @@ -51,16 +51,6 @@ export interface Integration {
5151   * This receives the client that the integration was installed for as third argument. 
5252   */ 
5353  processEvent ?( event : Event ,  hint : EventHint ,  client : Client ) : Event  |  null  |  PromiseLike < Event  |  null > ; 
54- 
55-   /** 
56-    * TODO 
57-    */ 
58-   flush ?( client : Client ) : Promise < void > ; 
59- 
60-   /** 
61-    * TODO 
62-    */ 
63-   close ?( client : Client ) : Promise < void > ; 
6454} 
6555
6656/** 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments