Skip to content

Commit 039eb60

Browse files
committed
🚧 NewUrl
1 parent 0a6aae5 commit 039eb60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/VisualStudioAppCenterSDK.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ internal static void Init()
4646
#pragma warning disable CS0612 // 类型或成员已过时
4747
BD_AppCenter.SetApplicationSettingsFactory(utils);
4848
#pragma warning restore CS0612 // 类型或成员已过时
49-
50-
BD_AppCenter.SetLogUrl(Constants.Urls.ApiBaseUrl);
51-
49+
#if DEBUG
50+
BD_AppCenter.SetLogUrl(Constants.Urls.BaseUrl_API_Development);
51+
#endif
5252
BD_AppCenter.Start(appSecret, typeof(BD.AppCenter.Analytics.Analytics));
5353
}
5454
#endif

0 commit comments

Comments
 (0)