File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -439,17 +439,13 @@ The following changes are unlikely to affect users of the SDK. They are listed h
439439
440440## 5.  Build Changes
441441
442- The CJS  code for  the SDK  now only contains compatibility statements for  CJS / ESM  in  modules that have default exports: 
442+ -   The CJS  code for  the SDK  now only contains compatibility statements for  CJS / ESM  in  modules that have default exports: 
443443
444- ` ` ` js
445- Object.defineProperty(exports, '__esModule', { value: true }); 
446- ` ` ` 
447- 
448- Let us know if  this  is causing issues in  your setup by opening an issue on GitHub.
449- 
450- ### ` @sentry/deno` 
444+   ` ` ` js
445+   Object.defineProperty(exports, '__esModule', { value: true }); 
446+   ` ` `  
451447
452- -  The minimum supported Deno version  for  the Deno  SDK  ( ` @sentry/deno ` ) is now  ** 2.0 . 0 ** .
448+   Let us know  if   this  is causing issues  in  your setup by opening an issue on GitHub .
453449
454450-  ` @sentry/deno`   is no longer published on the ` deno.land`   registry so you' ll need to import the SDK from npm:
455451
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments