File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export { Exception } from './exception';
1111export  {  Extra ,  Extras  }  from  './extra' ; 
1212export  {  Hub  }  from  './hub' ; 
1313export  {  Integration ,  IntegrationClass  }  from  './integration' ; 
14- export  {  LogLevel  }  from  './loglevel' ; 
1514export  {  Mechanism  }  from  './mechanism' ; 
1615export  {  ExtractedNodeRequestData ,  Primitive ,  WorkerLocation  }  from  './misc' ; 
1716export  {  Options  }  from  './options' ; 
Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 11import  {  Breadcrumb ,  BreadcrumbHint  }  from  './breadcrumb' ; 
22import  {  Event ,  EventHint  }  from  './event' ; 
33import  {  Integration  }  from  './integration' ; 
4- import  {  LogLevel  }  from  './loglevel' ; 
54import  {  CaptureContext  }  from  './scope' ; 
65import  {  SdkMetadata  }  from  './sdkmetadata' ; 
76import  {  SamplingContext  }  from  './transaction' ; 
@@ -82,9 +81,6 @@ export interface Options {
8281   */ 
8382  maxBreadcrumbs ?: number ; 
8483
85-   /** Console logging verbosity for the SDK Client. */ 
86-   logLevel ?: LogLevel ; 
87- 
8884  /** A global sample rate to apply to all events (0 - 1). */ 
8985  sampleRate ?: number ; 
9086
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments