diff --git a/Sources/swift-log-sentry/SentryClient+Live.swift b/Sources/swift-log-sentry/SentryClient+Live.swift index 7d72d95..04637b7 100644 --- a/Sources/swift-log-sentry/SentryClient+Live.swift +++ b/Sources/swift-log-sentry/SentryClient+Live.swift @@ -2,6 +2,6 @@ import Sentry extension SentryClient { public static let live = SentryClient { crumb in - SentrySDK.addBreadcrumb(crumb: crumb) + SentrySDK.addBreadcrumb(crumb) } }