diff --git a/Backtrace-PLCrashReporter.podspec b/Backtrace-PLCrashReporter.podspec index d90c9a472..7f48de850 100644 --- a/Backtrace-PLCrashReporter.podspec +++ b/Backtrace-PLCrashReporter.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "Backtrace-PLCrashReporter" - s.version = "1.5.3" + s.version = "1.5.4" s.summary = "Reliable, open-source crash reporting for iOS, tvOS and macOS." s.description = <<-DESC Plausible CrashReporter provides an in-process crash reporting diff --git a/Sources/PLCrashReporterConfig.m b/Sources/PLCrashReporterConfig.m index 4d248a5f6..9cff167bf 100644 --- a/Sources/PLCrashReporterConfig.m +++ b/Sources/PLCrashReporterConfig.m @@ -51,7 +51,7 @@ + (instancetype) defaultConfiguration { * is appropriate for use in release builds. */ - (instancetype) init { - return [self initWithSignalHandlerType: PLCrashReporterSignalHandlerTypeBSD symbolicationStrategy: PLCrashReporterSymbolicationStrategyNone]; + return [self initWithSignalHandlerType: PLCrashReporterSignalHandlerTypeBSD symbolicationStrategy: PLCrashReporterSymbolicationStrategyAll]; } /**