Skip to content

Commit

Permalink
version: 3.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yulong.gyl committed Mar 10, 2023
1 parent 87b9cf3 commit 8fecc02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Xcode/iOS/iOS/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
[[SLSCocoa sharedInstance] initialize:credentials configuration:^(SLSConfiguration * _Nonnull configuration) {
configuration.spanProvider = [SpanProvider provider];
configuration.debuggable = YES;
// configuration.enableCrashReporter = YES;
configuration.enableCrashReporter = YES;
// configuration.enableBlockDetection = YES;
configuration.enableNetworkDiagnosis = YES;
configuration.enableTrace = YES;
Expand Down
2 changes: 1 addition & 1 deletion publish/AliyunLogProducer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
TVOS_TARGET_VERSION = '9.0'

s.name = "AliyunLogProducer"
s.version = "3.1.11"
s.version = "3.1.12"
s.summary = "aliyun log service ios producer."

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 8fecc02

Please sign in to comment.