2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Submodule sentry-dotnet updated 39 files
- .github/workflows/build.yml+1-1
- .github/workflows/vulnerabilities.yml+1-1
- CHANGELOG.md+29
- Directory.Build.props+2-2
- benchmarks/Sentry.Benchmarks/BenchmarkDotNet.Artifacts/results/Sentry.Benchmarks.ConcurrentQueueBenchmarks-report-github.md+14
- benchmarks/Sentry.Benchmarks/BenchmarkDotNet.Artifacts/results/Sentry.Benchmarks.StackFrameBenchmarks-report-github.md+9-9
- benchmarks/Sentry.Benchmarks/ConcurrentQueueBenchmarks.cs+57
- modules/sentry-cocoa+1-1
- scripts/generate-cocoa-bindings.ps1+52
- src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj+1-1
- src/Sentry.Bindings.Cocoa/ApiDefinitions.cs+743-966
- src/Sentry.Bindings.Cocoa/StructsAndEnums.cs-8
- src/Sentry.Profiling/SampleProfileBuilder.cs+2
- src/Sentry.Profiling/SamplingTransactionProfiler.cs+1-1
- src/Sentry/Internal/BackgroundWorker.cs+3-3
- src/Sentry/Internal/ConcurrentQueueLite.cs+77
- src/Sentry/Internal/DelimitedPrefixOrPatternMatcher.cs+30
- src/Sentry/Internal/IStringOrRegexMatcher.cs+6
- src/Sentry/Internal/PrefixOrPatternMatcher.cs+13
- src/Sentry/Internal/StringOrRegex.cs+82
- src/Sentry/Sentry.csproj+7-7
- src/Sentry/SentryHint.cs+22-1
- src/Sentry/SentryOptions.cs+83-8
- src/Sentry/SentryStackFrame.cs+14-18
- src/Sentry/SubstringOrRegexPattern.cs+3
- test/Sentry.Profiling.Tests/TraceLogProcessorTests.ProfileInfo_Serialization_Works.verified.txt+5-5
- test/Sentry.Profiling.Tests/TraceLogProcessorTests.Profile_Serialization_Works.verified.txt+5-5
- test/Sentry.Tests/ApiApprovalTests.Run.DotNet6_0.verified.txt+5
- test/Sentry.Tests/ApiApprovalTests.Run.DotNet7_0.verified.txt+5
- test/Sentry.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt+5
- test/Sentry.Tests/ApiApprovalTests.Run.Net4_8.verified.txt+5
- test/Sentry.Tests/HintTests.cs+19-1
- test/Sentry.Tests/Internals/BackgroundWorkerTests.cs+6-6
- test/Sentry.Tests/Internals/ConcurrentQueueLiteTests.cs+162
- test/Sentry.Tests/Internals/DelimitedPrefixOrPatternMatcherTests.cs+46
- test/Sentry.Tests/Internals/PrefixOrPatternMatcherTests.cs+46
- test/Sentry.Tests/Internals/StringOrRegexTests.cs+21
- test/Sentry.Tests/Protocol/Exceptions/SentryStackFrameTests.cs+28
- test/Sentry.Tests/SentryOptionsTests.cs+21-3
0 commit comments