Skip to content

feat(profiling): new options class and property; lifecycle option #10150

feat(profiling): new options class and property; lifecycle option

feat(profiling): new options class and property; lifecycle option #10150

Triggered via pull request February 15, 2025 03:28
Status Success
Total duration 21m 14s
Artifacts 1

build.yml

on: pull_request
Build XCFramework
19m 7s
Build XCFramework
Release Build of iOS Swift
2m 48s
Release Build of iOS Swift
Check no UIKit linkage (DebugWithoutUIKit)
50s
Check no UIKit linkage (DebugWithoutUIKit)
Check no UIKit linkage (ReleaseWithoutUIKit)
1m 15s
Check no UIKit linkage (ReleaseWithoutUIKit)
Check UIKit linkage (Debug)
1m 4s
Check UIKit linkage (Debug)
Check UIKit linkage (Release)
1m 35s
Check UIKit linkage (Release)
Matrix: build-sample
Validate XCFramework
1m 33s
Validate XCFramework
Validate Swift Package Manager
1m 10s
Validate Swift Package Manager
Validate Swift Package Manager Dynamic
50s
Validate Swift Package Manager Dynamic
Build with Swift
54s
Build with Swift
Fit to window
Zoom out
Zoom in

Annotations

50 warnings
Check no UIKit linkage (DebugWithoutUIKit): --- xcodebuild#L1
Unable to open project file '/Users/runner/work/sentry-cocoa/sentry-cocoa/Samples/macOS-SwiftUI/macOS-SwiftUI.xcodeproj' in workspace 'Sentry.xcworkspace'.
Check no UIKit linkage (DebugWithoutUIKit): --- xcodebuild#L1
Unable to open project file '/Users/runner/work/sentry-cocoa/sentry-cocoa/TestSamples/SwiftUITestSample/SwiftUITestSample.xcodeproj' in workspace 'Sentry.xcworkspace'.
Check no UIKit linkage (DebugWithoutUIKit): Sources/Sentry/SentrySampling.m#L114
'profilesSampler' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check no UIKit linkage (DebugWithoutUIKit): Sources/Sentry/SentrySampling.m#L119
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check no UIKit linkage (DebugWithoutUIKit): Sources/Sentry/SentryProfiler.mm#L43
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check no UIKit linkage (DebugWithoutUIKit): Sources/Sentry/SentryOptions.m#L156
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check no UIKit linkage (DebugWithoutUIKit): Sources/Sentry/SentryOptions.m#L541
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check no UIKit linkage (DebugWithoutUIKit): Sources/Sentry/SentryOptions.m#L545
'profilesSampler' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check no UIKit linkage (DebugWithoutUIKit): Sources/Sentry/Profiling/SentryLaunchProfiling.m#L61
'enableAppLaunchProfiling' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.startOnAppStart and profileLifecycle. [-Wdeprecated-declarations]
Check no UIKit linkage (DebugWithoutUIKit): Sentry.xcodeproj#L1
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.2.99. (in target 'Sentry' from project 'Sentry')
Check no UIKit linkage (ReleaseWithoutUIKit): --- xcodebuild#L1
Unable to open project file '/Users/runner/work/sentry-cocoa/sentry-cocoa/TestSamples/SwiftUITestSample/SwiftUITestSample.xcodeproj' in workspace 'Sentry.xcworkspace'.
Check no UIKit linkage (ReleaseWithoutUIKit): --- xcodebuild#L1
Unable to open project file '/Users/runner/work/sentry-cocoa/sentry-cocoa/Samples/macOS-SwiftUI/macOS-SwiftUI.xcodeproj' in workspace 'Sentry.xcworkspace'.
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Swift/Helper/SentryEnabledFeaturesBuilder.swift#L22
'enableAppLaunchProfiling' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.startOnAppStart and profileLifecycle.
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Sentry/SentrySampling.m#L114
'profilesSampler' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Sentry/SentrySampling.m#L119
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Sentry/SentryProfiler.mm#L43
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Sentry/SentryOptions.m#L156
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Sentry/SentryOptions.m#L541
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Sentry/SentryOptions.m#L545
'profilesSampler' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check no UIKit linkage (ReleaseWithoutUIKit): Sources/Sentry/Profiling/SentryLaunchProfiling.m#L61
'enableAppLaunchProfiling' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.startOnAppStart and profileLifecycle. [-Wdeprecated-declarations]
Check UIKit linkage (Debug): --- xcodebuild#L1
Unable to open project file '/Users/runner/work/sentry-cocoa/sentry-cocoa/TestSamples/SwiftUITestSample/SwiftUITestSample.xcodeproj' in workspace 'Sentry.xcworkspace'.
Check UIKit linkage (Debug): --- xcodebuild#L1
Unable to open project file '/Users/runner/work/sentry-cocoa/sentry-cocoa/Samples/macOS-SwiftUI/macOS-SwiftUI.xcodeproj' in workspace 'Sentry.xcworkspace'.
Check UIKit linkage (Debug): Sources/Sentry/SentrySampling.m#L114
'profilesSampler' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check UIKit linkage (Debug): Sources/Sentry/SentrySampling.m#L119
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check UIKit linkage (Debug): Sources/Sentry/SentryProfiler.mm#L43
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check UIKit linkage (Debug): Sources/Sentry/SentryOptions.m#L156
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check UIKit linkage (Debug): Sources/Sentry/SentryOptions.m#L541
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check UIKit linkage (Debug): Sources/Sentry/SentryOptions.m#L545
'profilesSampler' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check UIKit linkage (Debug): Sources/Sentry/Profiling/SentryLaunchProfiling.m#L61
'enableAppLaunchProfiling' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.startOnAppStart and profileLifecycle. [-Wdeprecated-declarations]
Check UIKit linkage (Debug): Sentry.xcodeproj#L1
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.2.99. (in target 'Sentry' from project 'Sentry')
Check UIKit linkage (Release): --- xcodebuild#L1
Unable to open project file '/Users/runner/work/sentry-cocoa/sentry-cocoa/TestSamples/SwiftUITestSample/SwiftUITestSample.xcodeproj' in workspace 'Sentry.xcworkspace'.
Check UIKit linkage (Release): --- xcodebuild#L1
Unable to open project file '/Users/runner/work/sentry-cocoa/sentry-cocoa/Samples/macOS-SwiftUI/macOS-SwiftUI.xcodeproj' in workspace 'Sentry.xcworkspace'.
Check UIKit linkage (Release): Sources/Swift/Helper/SentryEnabledFeaturesBuilder.swift#L22
'enableAppLaunchProfiling' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.startOnAppStart and profileLifecycle.
Check UIKit linkage (Release): Sources/Sentry/SentrySampling.m#L114
'profilesSampler' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check UIKit linkage (Release): Sources/Sentry/SentrySampling.m#L119
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check UIKit linkage (Release): Sources/Sentry/SentryProfiler.mm#L43
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check UIKit linkage (Release): Sources/Sentry/SentryOptions.m#L156
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check UIKit linkage (Release): Sources/Sentry/SentryOptions.m#L541
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check UIKit linkage (Release): Sources/Sentry/SentryOptions.m#L545
'profilesSampler' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Check UIKit linkage (Release): Sources/Sentry/Profiling/SentryLaunchProfiling.m#L61
'enableAppLaunchProfiling' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.startOnAppStart and profileLifecycle. [-Wdeprecated-declarations]
Build XCFramework: --- xcodebuild#L1
Using the first of multiple matching destinations:
Build XCFramework: Sources/Swift/Helper/SentryEnabledFeaturesBuilder.swift#L22
'enableAppLaunchProfiling' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.startOnAppStart and profileLifecycle.
Build XCFramework: Sources/Swift/Helper/SentryEnabledFeaturesBuilder.swift#L22
'enableAppLaunchProfiling' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.startOnAppStart and profileLifecycle.
Build XCFramework: Sources/Sentry/SentrySampling.m#L114
'profilesSampler' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Build XCFramework: Sources/Sentry/SentrySampling.m#L119
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Build XCFramework: Sources/Sentry/SentryProfiler.mm#L43
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Build XCFramework: Sources/Sentry/SentryOptions.m#L156
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Build XCFramework: Sources/Sentry/SentryOptions.m#L541
'profilesSampleRate' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Build XCFramework: Sources/Sentry/SentryOptions.m#L545
'profilesSampler' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.sessionSampleRate. [-Wdeprecated-declarations]
Build XCFramework: Sources/Sentry/Profiling/SentryLaunchProfiling.m#L61
'enableAppLaunchProfiling' is deprecated: This property will be removed in a future version of the SDK. See SentryProfilingOptions.startOnAppStart and profileLifecycle. [-Wdeprecated-declarations]

Artifacts

Produced during runtime
Name Size
b301cd7083877798fc974642c2efbd4e3d38d200
199 MB