File tree
4 files changed
+34
-2
lines changed- samples/unity-of-bugs/Assets/Scripts/MobileNativeSupport
- src
4 files changed
+34
-2
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 21 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
| |||
124 | 129 | | |
125 | 130 | | |
126 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
127 | 147 | | |
128 | 148 | | |
129 | 149 | | |
Submodule sentry-dotnet updated 47 files
- CHANGELOG.md+13-8
- samples/Sentry.Samples.Console.Customized/Program.cs+1-3
- src/Sentry.AspNetCore/Extensions/HttpContextExtensions.cs+2-2
- src/Sentry.AspNetCore/ISentryRouteName.cs-6
- src/Sentry.AspNetCore/SentryAspNetCoreOptions.cs+9
- src/Sentry.AspNetCore/SentryTracingMiddleware.cs+5
- src/Sentry.AspNetCore/TransactionNameProvider.cs+11
- src/Sentry.Google.Cloud.Functions/SentryStartup.cs+4-10
- src/Sentry/Envelopes/Envelope.cs+1-1
- src/Sentry/Envelopes/EnvelopeItem.cs+5-1
- src/Sentry/Envelopes/ISerializable.cs+1-1
- src/Sentry/Extensibility/DisabledHub.cs+5
- src/Sentry/Extensibility/HubAdapter.cs+10
- src/Sentry/Extensibility/IBackgroundWorker.cs+1-1
- src/Sentry/HubExtensions.cs+35
- src/Sentry/IHub.cs+11
- src/Sentry/Internal/Http/CachingTransport.cs+8-19
- src/Sentry/Internal/Hub.cs+16
- src/Sentry/Sentry.csproj+6-1
- src/Sentry/SentryOptions.cs+4-1
- src/Sentry/SentrySdk.cs+43
- src/Sentry/buildTransitive/Sentry.props+6
- test/Directory.Build.props+1-2
- test/Sentry.AspNetCore.Tests/ApiApprovalTests.Run.Core2_1.verified.txt+2
- test/Sentry.AspNetCore.Tests/ApiApprovalTests.Run.Core3_1.verified.txt+2
- test/Sentry.AspNetCore.Tests/ApiApprovalTests.Run.DotNet5_0.verified.txt+2
- test/Sentry.AspNetCore.Tests/ApiApprovalTests.Run.DotNet6_0.verified.txt+2
- test/Sentry.AspNetCore.Tests/Extensions/HttpContextExtensionsTests.cs+2-3
- test/Sentry.AspNetCore.Tests/SentryTracingMiddlewareTests.cs+87
- test/Sentry.DiagnosticSource.Tests/ApiApprovalTests.Run.Core2_1.verified.txt+9
- test/Sentry.DiagnosticSource.Tests/ApiApprovalTests.Run.Core3_0.verified.txt+9
- test/Sentry.DiagnosticSource.Tests/ApiApprovalTests.Run.Core3_1.verified.txt+57
- test/Sentry.DiagnosticSource.Tests/ApiApprovalTests.Run.DotNet5_0.verified.txt+57
- test/Sentry.DiagnosticSource.Tests/ApiApprovalTests.Run.DotNet6_0.verified.txt+57
- test/Sentry.DiagnosticSource.Tests/Integration/SQLite/SentryDiagnosticListenerTests.cs+4-11
- test/Sentry.DiagnosticSource.Tests/Sentry.DiagnosticSource.Tests.csproj+32-23
- test/Sentry.DiagnosticSource.Tests/SentryEFCoreListenerTests.cs+1-1
- test/Sentry.Tests/ApiApprovalTests.Run.Core2_1.verified.txt+57
- test/Sentry.Tests/ApiApprovalTests.Run.Core3_0.verified.txt+57
- test/Sentry.Tests/ApiApprovalTests.Run.Core3_1.verified.txt+57
- test/Sentry.Tests/ApiApprovalTests.Run.DotNet4_6.verified.txt+57
- test/Sentry.Tests/ApiApprovalTests.Run.DotNet5_0.verified.txt+57
- test/Sentry.Tests/ApiApprovalTests.Run.DotNet6_0.verified.txt+57
- test/Sentry.Tests/Extensibility/HubAdapterTests.cs+1
- test/Sentry.Tests/Internals/Http/CachingTransportTests.cs+3-7
- test/Sentry.Tests/ModuleInit.cs+16-17
- test/Sentry.Tests/SentrySdkTests.cs+102
0 commit comments