4 files changed
+12
-12
lines changed+9-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Submodule sentry-cocoa updated 77 files
- .github/workflows/stale.yml+47
- .github/workflows/testflight.yml-4
- CHANGELOG.md+22
- Gemfile.lock+10-10
- Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj+2-2
- Sentry.podspec+1-1
- Sentry.xcodeproj/project.pbxproj+284-78
- Sources/Configuration/Sentry.xcconfig+1-1
- Sources/Sentry/Public/SentryOptions.h+10
- Sources/Sentry/SentryAutoBreadcrumbTrackingIntegration.m+25-12
- Sources/Sentry/SentryBreadcrumbTracker.m+5-1
- Sources/Sentry/SentryDefaultObjCRuntimeWrapper.h+9
- Sources/Sentry/SentryDefaultObjCRuntimeWrapper.m+12
- Sources/Sentry/SentryDispatchQueueWrapper.m+9-10
- Sources/Sentry/SentryFramesTracker.m-2
- Sources/Sentry/SentryFramesTrackingIntegration.m-2
- Sources/Sentry/SentryMeta.m+1-1
- Sources/Sentry/SentryNetworkTracker.m-4
- Sources/Sentry/SentryNetworkTrackingIntegration.m+7
- Sources/Sentry/SentryObjCRuntimeWrapper.h+7
- Sources/Sentry/SentryOptions.m+68-49
- Sources/Sentry/SentryPerformanceTracker.m+9-4
- Sources/Sentry/SentryPerformanceTrackingIntegration.m+7
- Sources/Sentry/SentryScreenFrames.m-1
- Sources/Sentry/SentrySubClassFinder.h+29
- Sources/Sentry/SentrySubClassFinder.m+103
- Sources/Sentry/SentryTracer.m+1-1
- Sources/Sentry/SentryUIViewControllerPerformanceTracker.m+1-2
- Sources/Sentry/SentryUIViewControllerSwizziling.m+104-86
- Sources/Sentry/include/SentryBreadcrumbTracker.h+1-1
- Sources/Sentry/include/SentryDisplayLinkWrapper.m-1
- Tests/SentryTests/ClearTestState.swift-1
- Tests/SentryTests/Helper/SentryTestObjCRuntimeWrapper.h+13
- Tests/SentryTests/Helper/SentryTestObjCRuntimeWrapper.m+38
- Tests/SentryTests/Integrations/Breadcrumbs/SentryAutoBreadcrumbTrackingIntegration+Test.h+16
- Tests/SentryTests/Integrations/Breadcrumbs/SentryAutoBreadcrumbTrackingIntegrationTests.swift+54
- Tests/SentryTests/Integrations/Breadcrumbs/SentryBreadcrumbTrackerTests.swift+42
- Tests/SentryTests/Integrations/Breadcrumbs/SentrySystemEventsBreadcrumbsTest.swift
- Tests/SentryTests/Integrations/OutOfMemory/SentryOutOfMemoryTrackerTests.swift
- Tests/SentryTests/Integrations/Performance/AppStartTracking/SentryAppStartTrackerTests.swift
- Tests/SentryTests/Integrations/Performance/AppStartTracking/SentryAppStartTrackingIntegrationTests.swift
- Tests/SentryTests/Integrations/Performance/FramesTracking/SentryFramesTracker+TestInit.h
- Tests/SentryTests/Integrations/Performance/FramesTracking/SentryFramesTrackerTests.swift
- Tests/SentryTests/Integrations/Performance/FramesTracking/SentryFramesTrackingIntegrationTests.swift
- Tests/SentryTests/Integrations/Performance/FramesTracking/TestDisplayLinkWrapper.swift
- Tests/SentryTests/Integrations/Performance/Network/SentryNetworkTrackerIntegrationTests.swift+8-2
- Tests/SentryTests/Integrations/Performance/Network/SentryNetworkTrackerTests.swift
- Tests/SentryTests/Integrations/Performance/Network/URLSessionTaskMock.h
- Tests/SentryTests/Integrations/Performance/Network/URLSessionTaskMock.m
- Tests/SentryTests/Integrations/Performance/SentryInitializeForGettingSubclassesNotCalled.h+22
- Tests/SentryTests/Integrations/Performance/SentryInitializeForGettingSubclassesNotCalled.m+22
- Tests/SentryTests/Integrations/Performance/SentryPerformanceTrackerTests.swift+11-1
- Tests/SentryTests/Integrations/Performance/SentryPerformanceTrackingIntegrationTests.swift+46
- Tests/SentryTests/Integrations/Performance/SentrySubClassFinderTests.swift+108
- Tests/SentryTests/Integrations/Performance/SwizzlingCallTests.swift
- Tests/SentryTests/Integrations/Performance/UIViewController/SentryUIViewControllerPerformanceTrackerTests.swift+1-1
- Tests/SentryTests/Integrations/Performance/UIViewController/SentryUIViewControllerSwizziling+Test.h+3-3
- Tests/SentryTests/Integrations/Performance/UIViewController/SentryUIViewControllerSwizzlingTests.swift+164
- Tests/SentryTests/Integrations/SentryCrash/SentryCrashIntegration+TestInit.h
- Tests/SentryTests/Integrations/SentryCrash/SentryCrashIntegrationTests.swift
- Tests/SentryTests/Integrations/SentryCrash/SentryCrashReportTests.swift
- Tests/SentryTests/Integrations/SentryCrash/SentryCrashScopeObserverTests.swift
- Tests/SentryTests/Integrations/SentryCrash/SentryTestIntegration.h
- Tests/SentryTests/Integrations/SentryCrash/SentryTestIntegration.m
- Tests/SentryTests/Integrations/SentryPerformanceTrackingIntegrationTests.swift-24
- Tests/SentryTests/Integrations/SentryUIViewControllerSwizzlingTests.swift-123
- Tests/SentryTests/Integrations/Session/SentrySessionGeneratorTests.swift
- Tests/SentryTests/Integrations/Session/SentrySessionTrackerTests.swift
- Tests/SentryTests/Performance/SentryTracerTests.swift+6
- Tests/SentryTests/SentryCrash/SentryCrashReportStore_Tests.m+7
- Tests/SentryTests/SentryOptionsTest.m+113-15
- Tests/SentryTests/SentryTests-Bridging-Header.h+9
- Tests/SentryTests/TestUtils/SentryClassRegistrator.h+14
- Tests/SentryTests/TestUtils/SentryClassRegistrator.m+14
- Tests/SentryTests/Transaction/TestSentrySpan.h+9
- Tests/SentryTests/Transaction/TestSentrySpan.m+62
- fastlane/Fastfile+7-1
Submodule sentry-dotnet updated 70 files
- .editorconfig+3
- CHANGELOG.md+20
- Directory.Build.props+1-1
- benchmarks/Sentry.Benchmarks/Sentry.Benchmarks.csproj+1-1
- modules/Ben.Demystifier+1-1
- samples/Sentry.Samples.AspNetCore.Blazor.Wasm/Sentry.Samples.AspNetCore.Blazor.Wasm.csproj+2-2
- samples/Sentry.Samples.AspNetCore.Grpc/Sentry.Samples.AspNetCore.Grpc.csproj+3-3
- samples/Sentry.Samples.Aws.Lambda.AspNetCoreServer/Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj+2-2
- samples/Sentry.Samples.Google.Cloud.Functions/appsettings.json+2-1
- src/CodeAnalysis.ruleset+5
- src/Directory.Build.props+2-1
- src/Sentry.AspNetCore.Grpc/Sentry.AspNetCore.Grpc.csproj+2-2
- src/Sentry.AspNetCore/AspNetCoreExceptionProcessor.cs+28
- src/Sentry.AspNetCore/Extensions/DependencyInjection/ServiceCollectionExtensions.cs+1
- src/Sentry.AspNetCore/Extensions/HttpContextExtensions.cs+8-2
- src/Sentry.AspNetCore/ISentryRouteName.cs+7
- src/Sentry.AspNetCore/SentryMiddleware.cs+13-6
- src/Sentry.DiagnosticSource/Internals/DiagnosticSource/SentrySqlListener.cs+5
- src/Sentry.Extensions.Logging/Properties/AssemblyInfo.cs+1
- src/Sentry.Google.Cloud.Functions/SentryStartup.cs+52
- src/Sentry.Tunnel/SentryTunnelMiddleware.cs+16-6
- src/Sentry/Envelopes/Envelope.cs+16-8
- src/Sentry/Envelopes/EnvelopeItem.cs+25-15
- src/Sentry/Envelopes/JsonSerializable.cs+11-3
- src/Sentry/GlobalSessionManager.cs+9
- src/Sentry/Internal/Extensions/HttpClientExtensions.cs+9-5
- src/Sentry/Internal/Extensions/JsonExtensions.cs+1-1
- src/Sentry/Internal/Http/CachingTransport.cs+32-22
- src/Sentry/Internal/Http/GzipBufferedRequestBodyHandler.cs+5-3
- src/Sentry/Internal/Http/HttpTransport.cs+11-7
- src/Sentry/Internal/Hub.cs-1
- src/Sentry/Internal/ReleaseLocator.cs+1-1
- src/Sentry/Internal/SerializableExtensions.cs+9-5
- src/Sentry/Internal/StackFrameData.cs+1-1
- src/Sentry/Properties/AssemblyInfo.cs+2
- test/Directory.Build.props+3-3
- test/Sentry.AspNetCore.Grpc.Tests/Sentry.AspNetCore.Grpc.Tests.csproj+3-3
- test/Sentry.AspNetCore.Tests/Extensions/HttpContextExtensionsTests.cs+32
- test/Sentry.AspNetCore.Tests/MiddlewareLoggerIntegration.cs+3
- test/Sentry.AspNetCore.Tests/ScopeExtensionsTests.cs+2-2
- test/Sentry.AspNetCore.Tests/Sentry.AspNetCore.Tests.csproj+1-1
- test/Sentry.AspNetCore.Tests/SentryMiddlewareTests.cs+95
- test/Sentry.DiagnosticSource.Tests/Integration/SQLite/Database.cs+1-1
- test/Sentry.DiagnosticSource.Tests/Sentry.DiagnosticSource.Tests.csproj+3-3
- test/Sentry.DiagnosticSource.Tests/SentrySqlListenerTests.cs+13-13
- test/Sentry.EntityFramework.Tests/ErrorProcessorTests.cs+1-1
- test/Sentry.EntityFramework.Tests/Sentry.EntityFramework.Tests.csproj+1-1
- test/Sentry.EntityFramework.Tests/SentryCommandInterceptorTests.cs+9-9
- test/Sentry.Extensions.Logging.EfCore.Tests/Sentry.Extensions.Logging.EfCore.Tests.csproj+3-3
- test/Sentry.Google.Cloud.Functions.Tests/ApiApprovalTests.Run.DotNet3_1.verified.txt+1
- test/Sentry.Google.Cloud.Functions.Tests/ApiApprovalTests.Run.DotNet5_0.verified.txt+1
- test/Sentry.Google.Cloud.Functions.Tests/SentryStartupTests.cs+35
- test/Sentry.NLog.Tests/SentryTargetTests.cs+1-1
- test/Sentry.Serilog.Tests/AspNetCoreIntegrationTests.cs+32
- test/Sentry.Serilog.Tests/AspNetSentrySdkTestFixture.cs+63
- test/Sentry.Serilog.Tests/Sentry.Serilog.Tests.csproj+5
- test/Sentry.Serilog.Tests/SentrySdkCollection.cs+13
- test/Sentry.Serilog.Tests/Utils/Extensions/DependencyContainerExtensions.cs+16
- test/Sentry.Serilog.Tests/Utils/FakeSentryServer.cs+43
- test/Sentry.Testing/ApiExtensions.cs+1
- test/Sentry.Tests/Protocol/Context/AppTests.cs+1-1
- test/Sentry.Tests/Protocol/Context/BrowserTests.cs+1-1
- test/Sentry.Tests/Protocol/Context/GpuTests.cs+1-1
- test/Sentry.Tests/Protocol/Context/OperatingSystemTests.cs+1-1
- test/Sentry.Tests/Protocol/RequestTests.cs+1-1
- test/Sentry.Tests/Protocol/ScopeExtensionsTests.cs+2-2
- test/Sentry.Tests/Protocol/UserTests.cs+1-1
- test/Sentry.Tests/ScopeTests.cs+7-7
- test/Sentry.Tests/Sentry.Tests.csproj+3-3
- test/Sentry.Tests/SpanTracerTests.cs+1-1
Submodule sentry-java updated 129 files
0 commit comments