Skip to content

Commit

Permalink
Symbolicate error reports locally by default (#9)
Browse files Browse the repository at this point in the history
Changed the error reports symbolication strategy to symbolicate all the error reports locally by default.
  • Loading branch information
krml19 authored Sep 27, 2020
1 parent 72a8161 commit 3185f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Backtrace-PLCrashReporter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/PLCrashReporterConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}

/**
Expand Down

0 comments on commit 3185f91

Please sign in to comment.