是否有关于应用启动时崩溃性服务器的初始配置请求的文档?
http://try.crashlytics.com/security/仅确认请求,不提供任何详细信息。出于数据隐私原因,我们需要尽可能多的有关该请求的详细信息。
此外,令人惊讶的是,打开了与以下服务器的网络连接,以便执行该单个请求。有人对此有解释吗?
https://settings.crashlytics.com
答案 0 :(得分:2)
好问题!设置调用没有文档。
在第一次通话中。我们:
确定是否已启用分析。
确定内部功能开关的当前状态。
谢谢!
Here is the full payload:
analytics = {
"flush_interval_secs" = 600;
"flush_on_background" = 1;
"max_byte_size_per_file" = 8000;
"max_file_count_per_send" = 1;
"max_pending_send_file_count" = 100;
"track_view_controllers" = 0;
url = "https://e.crashlytics.com/spi/v2/events";
};
app = {
identifier = "com.twitter.FabricSampleApp";
"reports_url" = "https://reports.crashlytics.com/spi/v1/platforms/ios/apps/com.twitter.fabricsampleapp/reports";
status = activated;
"update_required" = 0;
url = "https://api.crashlytics.com/spi/v1/platforms/ios/apps/com.twitter.fabricsampleapp";
};
beta = {
"update_endpoint" = "https://api.crashlytics.com/spi/v2/platforms/ios/apps/com.twitter.FabricSampleApp/beta_update_check";
"update_suspend_duration" = 3600;
};
"cache_duration" = 60;
features = {
"collect_analytics" = 0;
"collect_logged_exceptions" = 1;
"collect_reports" = 1;
"prompt_enabled" = 0;
};
prompt = {
"always_send_button_title" = "Always Send";
"cancel_button_title" = "Don't Send";
message = "Looks like we crashed! Please help us fix the problem by sending a crash report.";
"send_button_title" = Send;
"show_always_send_button" = 1;
"show_cancel_button" = 1;
title = "Send Crash Report?";
};
session = {
"identifier_mask" = 255;
"log_buffer_size" = 64000;
"max_chained_exception_depth" = 16;
"max_custom_exception_events" = 16;
"max_custom_key_value_pairs" = 64;
};
"settings_version" = 2;
}