Skip to content

Commit 271a446

Browse files
Merge branch 'version6' into ios-replay
2 parents f79fc89 + 4e86db9 commit 271a446

File tree

86 files changed

+641
-362
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+641
-362
lines changed

.generated.NoMobile.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.MauiTrimTest", "test
203203
EndProject
204204
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Maui.CommunityToolkit.Mvvm", "src\Sentry.Maui.CommunityToolkit.Mvvm\Sentry.Maui.CommunityToolkit.Mvvm.csproj", "{E898F337-E982-46CC-8DA9-F8556AA7DD72}"
205205
EndProject
206-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators", "src\Sentry.SourceGenerators\Sentry.SourceGenerators.csproj", "{C3CDF61C-3E28-441C-A9CE-011C89D11719}"
206+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Compiler.Extensions", "src\Sentry.Compiler.Extensions\Sentry.Compiler.Extensions.csproj", "{C3CDF61C-3E28-441C-A9CE-011C89D11719}"
207207
EndProject
208-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators.Tests", "test\Sentry.SourceGenerators.Tests\Sentry.SourceGenerators.Tests.csproj", "{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893}"
208+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Compiler.Extensions.Tests", "test\Sentry.Compiler.Extensions.Tests\Sentry.Compiler.Extensions.Tests.csproj", "{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893}"
209209
EndProject
210210
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Maui.CommunityToolkit.Mvvm.Tests", "test\Sentry.Maui.CommunityToolkit.Mvvm.Tests\Sentry.Maui.CommunityToolkit.Mvvm.Tests.csproj", "{ADC91A84-6054-42EC-8241-0D717E4C7194}"
211211
EndProject

CHANGELOG.md

Lines changed: 109 additions & 87 deletions
Large diffs are not rendered by default.

Sentry-CI-Build-Linux-NoMobile.slnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"src\\Sentry.AspNetCore.Grpc\\Sentry.AspNetCore.Grpc.csproj",
3535
"src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj",
3636
"src\\Sentry.Azure.Functions.Worker\\Sentry.Azure.Functions.Worker.csproj",
37+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
3738
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
3839
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
3940
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
@@ -44,13 +45,13 @@
4445
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
4546
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
4647
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
47-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
4848
"src\\Sentry\\Sentry.csproj",
4949
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
5050
"test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj",
5151
"test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj",
5252
"test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj",
5353
"test\\Sentry.Azure.Functions.Worker.Tests\\Sentry.Azure.Functions.Worker.Tests.csproj",
54+
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.Tests.csproj",
5455
"test\\Sentry.DiagnosticSource.IntegrationTests\\Sentry.DiagnosticSource.IntegrationTests.csproj",
5556
"test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj",
5657
"test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj",
@@ -62,7 +63,6 @@
6263
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
6364
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
6465
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
65-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
6666
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
6767
"test\\Sentry.Testing\\Sentry.Testing.csproj",
6868
"test\\Sentry.Tests\\Sentry.Tests.csproj",

Sentry-CI-Build-Linux.slnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj",
3939
"src\\Sentry.Azure.Functions.Worker\\Sentry.Azure.Functions.Worker.csproj",
4040
"src\\Sentry.Bindings.Android\\Sentry.Bindings.Android.csproj",
41+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
4142
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
4243
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
4344
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
@@ -50,14 +51,14 @@
5051
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
5152
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
5253
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
53-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
5454
"src\\Sentry\\Sentry.csproj",
5555
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
5656
"test\\Sentry.Android.AssemblyReader.Tests\\Sentry.Android.AssemblyReader.Tests.csproj",
5757
"test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj",
5858
"test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj",
5959
"test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj",
6060
"test\\Sentry.Azure.Functions.Worker.Tests\\Sentry.Azure.Functions.Worker.Tests.csproj",
61+
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.Tests.csproj",
6162
"test\\Sentry.DiagnosticSource.IntegrationTests\\Sentry.DiagnosticSource.IntegrationTests.csproj",
6263
"test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj",
6364
"test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj",
@@ -71,7 +72,6 @@
7172
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
7273
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
7374
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
74-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
7575
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
7676
"test\\Sentry.Testing\\Sentry.Testing.csproj",
7777
"test\\Sentry.Tests\\Sentry.Tests.csproj",

Sentry-CI-Build-Windows-arm64.slnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj",
4141
"src\\Sentry.Azure.Functions.Worker\\Sentry.Azure.Functions.Worker.csproj",
4242
"src\\Sentry.Bindings.Android\\Sentry.Bindings.Android.csproj",
43+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
4344
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
4445
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
4546
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
@@ -52,14 +53,14 @@
5253
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
5354
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
5455
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
55-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
5656
"src\\Sentry\\Sentry.csproj",
5757
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
5858
"test\\Sentry.AspNet.Tests\\Sentry.AspNet.Tests.csproj",
5959
"test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj",
6060
"test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj",
6161
"test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj",
6262
"test\\Sentry.Azure.Functions.Worker.Tests\\Sentry.Azure.Functions.Worker.Tests.csproj",
63+
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.Tests.csproj",
6364
"test\\Sentry.Extensions.Logging.Tests\\Sentry.Extensions.Logging.Tests.csproj",
6465
"test\\Sentry.Google.Cloud.Functions.Tests\\Sentry.Google.Cloud.Functions.Tests.csproj",
6566
"test\\Sentry.Hangfire.Tests\\Sentry.Hangfire.Tests.csproj",
@@ -70,7 +71,6 @@
7071
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
7172
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
7273
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
73-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
7474
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
7575
"test\\Sentry.Testing\\Sentry.Testing.csproj",
7676
"test\\Sentry.Tests\\Sentry.Tests.csproj",

Sentry-CI-Build-Windows.slnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj",
4141
"src\\Sentry.Azure.Functions.Worker\\Sentry.Azure.Functions.Worker.csproj",
4242
"src\\Sentry.Bindings.Android\\Sentry.Bindings.Android.csproj",
43+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
4344
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
4445
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
4546
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
@@ -52,14 +53,14 @@
5253
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
5354
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
5455
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
55-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
5656
"src\\Sentry\\Sentry.csproj",
5757
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
5858
"test\\Sentry.AspNet.Tests\\Sentry.AspNet.Tests.csproj",
5959
"test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj",
6060
"test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj",
6161
"test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj",
6262
"test\\Sentry.Azure.Functions.Worker.Tests\\Sentry.Azure.Functions.Worker.Tests.csproj",
63+
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.Tests.csproj",
6364
"test\\Sentry.DiagnosticSource.IntegrationTests\\Sentry.DiagnosticSource.IntegrationTests.csproj",
6465
"test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj",
6566
"test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj",
@@ -73,7 +74,6 @@
7374
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
7475
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
7576
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
76-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
7777
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
7878
"test\\Sentry.Testing\\Sentry.Testing.csproj",
7979
"test\\Sentry.Tests\\Sentry.Tests.csproj",

Sentry-CI-Build-macOS.slnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"src\\Sentry.Azure.Functions.Worker\\Sentry.Azure.Functions.Worker.csproj",
4646
"src\\Sentry.Bindings.Android\\Sentry.Bindings.Android.csproj",
4747
"src\\Sentry.Bindings.Cocoa\\Sentry.Bindings.Cocoa.csproj",
48+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
4849
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
4950
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
5051
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
@@ -57,14 +58,14 @@
5758
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
5859
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
5960
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
60-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
6161
"src\\Sentry\\Sentry.csproj",
6262
"test\\Sentry.Analyzers.Tests\\Sentry.Analyzers.Tests.csproj",
6363
"test\\Sentry.Android.AssemblyReader.Tests\\Sentry.Android.AssemblyReader.Tests.csproj",
6464
"test\\Sentry.AspNetCore.Grpc.Tests\\Sentry.AspNetCore.Grpc.Tests.csproj",
6565
"test\\Sentry.AspNetCore.Tests\\Sentry.AspNetCore.Tests.csproj",
6666
"test\\Sentry.AspNetCore.TestUtils\\Sentry.AspNetCore.TestUtils.csproj",
6767
"test\\Sentry.Azure.Functions.Worker.Tests\\Sentry.Azure.Functions.Worker.Tests.csproj",
68+
"test\\Sentry.Compiler.Extensions.Tests\\Sentry.Compiler.Extensions.Tests.csproj",
6869
"test\\Sentry.DiagnosticSource.IntegrationTests\\Sentry.DiagnosticSource.IntegrationTests.csproj",
6970
"test\\Sentry.DiagnosticSource.Tests\\Sentry.DiagnosticSource.Tests.csproj",
7071
"test\\Sentry.EntityFramework.Tests\\Sentry.EntityFramework.Tests.csproj",
@@ -79,7 +80,6 @@
7980
"test\\Sentry.OpenTelemetry.Tests\\Sentry.OpenTelemetry.Tests.csproj",
8081
"test\\Sentry.Profiling.Tests\\Sentry.Profiling.Tests.csproj",
8182
"test\\Sentry.Serilog.Tests\\Sentry.Serilog.Tests.csproj",
82-
"test\\Sentry.SourceGenerators.Tests\\Sentry.SourceGenerators.Tests.csproj",
8383
"test\\Sentry.Testing.CrashableApp\\Sentry.Testing.CrashableApp.csproj",
8484
"test\\Sentry.Testing\\Sentry.Testing.csproj",
8585
"test\\Sentry.Tests\\Sentry.Tests.csproj",

Sentry-CI-CodeQL.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"src\\Sentry.AspNetCore.Grpc\\Sentry.AspNetCore.Grpc.csproj",
1010
"src\\Sentry.AspNetCore\\Sentry.AspNetCore.csproj",
1111
"src\\Sentry.Azure.Functions.Worker\\Sentry.Azure.Functions.Worker.csproj",
12+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
1213
"src\\Sentry.DiagnosticSource\\Sentry.DiagnosticSource.csproj",
1314
"src\\Sentry.EntityFramework\\Sentry.EntityFramework.csproj",
1415
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
@@ -21,7 +22,6 @@
2122
"src\\Sentry.OpenTelemetry\\Sentry.OpenTelemetry.csproj",
2223
"src\\Sentry.Profiling\\Sentry.Profiling.csproj",
2324
"src\\Sentry.Serilog\\Sentry.Serilog.csproj",
24-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
2525
"src\\Sentry\\Sentry.csproj"
2626
]
2727
}

Sentry.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.MauiTrimTest", "test
203203
EndProject
204204
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Maui.CommunityToolkit.Mvvm", "src\Sentry.Maui.CommunityToolkit.Mvvm\Sentry.Maui.CommunityToolkit.Mvvm.csproj", "{E898F337-E982-46CC-8DA9-F8556AA7DD72}"
205205
EndProject
206-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators", "src\Sentry.SourceGenerators\Sentry.SourceGenerators.csproj", "{C3CDF61C-3E28-441C-A9CE-011C89D11719}"
206+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Compiler.Extensions", "src\Sentry.Compiler.Extensions\Sentry.Compiler.Extensions.csproj", "{C3CDF61C-3E28-441C-A9CE-011C89D11719}"
207207
EndProject
208-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.SourceGenerators.Tests", "test\Sentry.SourceGenerators.Tests\Sentry.SourceGenerators.Tests.csproj", "{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893}"
208+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Compiler.Extensions.Tests", "test\Sentry.Compiler.Extensions.Tests\Sentry.Compiler.Extensions.Tests.csproj", "{3A76FF7D-2F32-4EA5-8999-2FFE3C7CB893}"
209209
EndProject
210210
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Maui.CommunityToolkit.Mvvm.Tests", "test\Sentry.Maui.CommunityToolkit.Mvvm.Tests\Sentry.Maui.CommunityToolkit.Mvvm.Tests.csproj", "{ADC91A84-6054-42EC-8241-0D717E4C7194}"
211211
EndProject

SentryMobile.slnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"src\\Sentry.Android.AssemblyReader\\Sentry.Android.AssemblyReader.csproj",
1111
"src\\Sentry.Bindings.Android\\Sentry.Bindings.Android.csproj",
1212
"src\\Sentry.Bindings.Cocoa\\Sentry.Bindings.Cocoa.csproj",
13+
"src\\Sentry.Compiler.Extensions\\Sentry.Compiler.Extensions.csproj",
1314
"src\\Sentry.Extensions.Logging\\Sentry.Extensions.Logging.csproj",
1415
"src\\Sentry.Maui.CommunityToolkit.Mvvm\\Sentry.Maui.CommunityToolkit.Mvvm.csproj",
1516
"src\\Sentry.Maui\\Sentry.Maui.csproj",
16-
"src\\Sentry.SourceGenerators\\Sentry.SourceGenerators.csproj",
1717
"src\\Sentry\\Sentry.csproj",
1818
"test\\Sentry.Android.AssemblyReader.Tests\\Sentry.Android.AssemblyReader.Tests.csproj",
1919
"test\\Sentry.Extensions.Logging.Tests\\Sentry.Extensions.Logging.Tests.csproj",

0 commit comments

Comments
 (0)