2 files changed
+7
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 |
| |
10 | 16 |
| |
11 | 17 |
| |
|
Submodule sentry-dotnet updated 15 files
- CHANGELOG.md+8
- Directory.Build.props+1-1
- src/Sentry/ITransaction.cs+6
- src/Sentry/ITransactionContext.cs+5
- src/Sentry/Internal/Enricher.cs+1-4
- src/Sentry/Internal/Hub.cs+21-33
- src/Sentry/Internal/IInternalScopeManager.cs+4-1
- src/Sentry/Internal/SentryScopeManager.cs+1-1
- src/Sentry/Transaction.cs+8-2
- src/Sentry/TransactionTracer.cs+3
- test/Sentry.AspNet.Tests/HttpContextExtensionsTests.cs+4-4
- test/Sentry.AspNetCore.Tests/SentryTracingMiddlewareTests.cs+19-24
- test/Sentry.Tests/HubTests.cs+74-30
- test/Sentry.Tests/Protocol/TransactionTests.cs+3-3
- test/Sentry.Tests/SentrySdkTests.cs+75-1
0 commit comments