whatap 0.5.3 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -110,8 +110,9 @@ var ConfigDefault = {
110
110
  "trace_sampling_enabled": bool("trace_sampling_enabled", true),
111
111
  "trace_sampling_tps": bool("trace_sampling_tps", 1000),
112
112
 
113
- "profile_error_sql_time_max": num("profile_error_sql_time_max", 30000),
114
113
  "profile_error_step_enabled": bool('profile_error_step_enabled', true),
114
+ "profile_error_sql_time_max": num("profile_error_sql_time_max", 30000),
115
+ "profile_error_sql_fetch_max": num("profile_error_sql_fetch_max", 10000),
115
116
  "profile_error_httpc_time_max": num("profile_error_httpc_time_max", 10000),
116
117
  "hook_direct_patch_classes": "",
117
118
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "whatap",
3
3
  "homepage": "http://www.whatap.io",
4
- "version": "0.5.3",
4
+ "version": "0.5.4",
5
5
  "releaseDate": "20241113",
6
6
  "description": "Monitoring and Profiling Service",
7
7
  "main": "index.js",