Skip to content

Commit

Permalink
chore: update modules/sentry-cocoa to 7.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Nov 5, 2022
1 parent 3e3b2f2 commit 2649447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 42 files
+6 −0 CHANGELOG.md
+4 −4 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+1 −10 Samples/macOS-SPM-CommandLine/Sources/macOS-SPM-CommandLine/main.swift
+1 −1 Sentry.podspec
+4 −4 Sentry.xcodeproj/project.pbxproj
+1 −1 Sources/Configuration/Sentry.xcconfig
+1 −0 Sources/Sentry/Public/SentryTransactionContext.h
+1 −1 Sources/Sentry/SentryMeta.m
+35 −12 Sources/Sentry/SentryProfiler.mm
+4 −2 Sources/Sentry/SentrySpan.m
+4 −0 Sources/Sentry/SentryTracer.m
+36 −3 Sources/Sentry/SentryTransactionContext.mm
+5 −0 Sources/Sentry/include/SentryTransactionContext+Private.h
+1 −1 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor.c
+1 −1 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_AppState.c
+1 −1 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_CPPException.cpp
+1 −1 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_MachException.c
+1 −1 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_NSException.m
+1 −1 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_Signal.c
+1 −1 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.m
+1 −1 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_User.c
+1 −1 Sources/SentryCrash/Recording/SentryCrash.m
+1 −1 Sources/SentryCrash/Recording/SentryCrashC.c
+1 −1 Sources/SentryCrash/Recording/SentryCrashCachedData.c
+1 −1 Sources/SentryCrash/Recording/SentryCrashReport.c
+1 −1 Sources/SentryCrash/Recording/Tools/SentryCrashCPU.c
+1 −1 Sources/SentryCrash/Recording/Tools/SentryCrashCPU_arm.c
+1 −1 Sources/SentryCrash/Recording/Tools/SentryCrashCPU_arm64.c
+1 −1 Sources/SentryCrash/Recording/Tools/SentryCrashCPU_x86_32.c
+1 −1 Sources/SentryCrash/Recording/Tools/SentryCrashCPU_x86_64.c
+1 −1 Sources/SentryCrash/Recording/Tools/SentryCrashDebug.c
+1 −1 Sources/SentryCrash/Recording/Tools/SentryCrashFileUtils.c
+1 −1 Sources/SentryCrash/Recording/Tools/SentryCrashMachineContext.c
+1 −1 Sources/SentryCrash/Recording/Tools/SentryCrashMemory.c
+2 −2 Sources/SentryCrash/Recording/Tools/SentryCrashObjCApple.h
+1 −1 Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor.c
+1 −1 Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_Backtrace.c
+1 −1 Sources/SentryCrash/Recording/Tools/SentryCrashStackCursor_SelfThread.c
+1 −1 Sources/SentryCrash/Recording/Tools/SentryCrashSysCtl.c
+1 −1 Sources/SentryCrash/Recording/Tools/SentryCrashThread.c
+1 −1 Sources/SentryCrash/Reporting/Filters/SentryCrashReportFilterBasic.m
+5 −5 Tests/SentryTests/Profiling/SentryProfilerSwiftTests.swift

0 comments on commit 2649447

Please sign in to comment.