File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed 
src/Sentry/Platforms/Android Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 66
77-  Make ` Sentry.AspNetCore.Blazor.WebAssembly `  generally available. ([ #3674  ] ( https://github.com/getsentry/sentry-dotnet/pull/3674 ) )
88
9+ ### Fixes  
10+ 
11+ -  Events from NDK on Android will report sdk.name ` sentry.native.android.dotnet `  ([ #3682  ] ( https://github.com/getsentry/sentry-dotnet/pull/3682 ) )
12+ 
913### Dependencies  
1014
1115-  Bump Java SDK from v7.14.0 to v7.15.0 ([ #3670  ] ( https://github.com/getsentry/sentry-dotnet/pull/3670 ) )
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ private static void InitSentryAndroidSdk(SentryOptions options)
167167            o . EnableExternalConfiguration  =  false ; 
168168            o . EnableDeduplication  =  false ; 
169169            o . AttachServerName  =  false ; 
170-             o . NativeSdkName  =  "sentry.native.dotnet" ; 
170+             o . NativeSdkName  =  "sentry.native.android. dotnet" ; 
171171
172172            // These options are intentionally not expose or modified 
173173            //o.MaxRequestBodySize   // N/A for Android apps 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments