From 75e0ff7297322c8966c273aa80a6b9166cba295f Mon Sep 17 00:00:00 2001 From: Mustafa Uzun Date: Mon, 9 Oct 2023 12:47:27 +0300 Subject: [PATCH] fix: config variable typo --- src/profiler/profiler_service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profiler/profiler_service.js b/src/profiler/profiler_service.js index 4601d10a8..5d8ae0348 100644 --- a/src/profiler/profiler_service.js +++ b/src/profiler/profiler_service.js @@ -43,7 +43,7 @@ var ProfilerService = function() config.timeline_id, typeof config.mode == "number" ? config.mode : null, typeof config.event_id == "number" ? config.event_id : null, - typeof config.max_depth == "number" ? congif.max_depth : null, + typeof config.max_depth == "number" ? config.max_depth : null, config.event_type_list || null, config.interval || null ];