File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 44
55### Various fixes & improvements
66
7+ - **New integration:** Unraisable exceptions (#4733) by @alexander-alderman-webb
8+ 
9+   Add the unraisable exception integration to your sentry_sdk.init call:
10+ ```python
11+ import sentry_sdk
12+ from sentry_sdk.integrations.unraisablehook import UnraisablehookIntegration
13+ 
14+ sentry_sdk.init(
15+     dsn="...",
16+     integrations=[
17+         UnraisablehookIntegration(),
18+     ]
19+ )
20+ ```
21+ 
722- meta: Update instructions on release process (#4755) by @sentrivana
823- tests: Move arq under toxgen (#4739) by @sentrivana
924- tests: Support dashes in test suite names (#4740) by @sentrivana
10- - feat(integrations): Add unraisable exception integration (#4733) by @alexander-alderman-webb
1125- Don't fail if there is no `_context_manager_state` (#4698) by @sentrivana
1226- Wrap span restoration in `__exit__` in `capture_internal_exceptions` (#4719) by @sentrivana
1327- fix: Constrain types of ai_track decorator (#4745) by @alexander-alderman-webb
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments