File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
codeguru_profiler_agent/agent_metadata Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
5+ 1.2.4 (layer_v11)
6+ ===================
7+ * Updated lambda bootstrap code to support profiling python 3.9 lambda functions.
8+
591.2.3 (layer_v10)
610===================
711* Fix bug to sent agent overhead in the rigth format: int and as part of memoryInMB (instead of the previous string as part of memory_usage_mb).
Original file line number Diff line number Diff line change 99# NOTE: Please do not alter the value for the following constants without the full knowledge of the use of them.
1010# These constants are used in several scripts, including setup.py.
1111__agent_name__ = "CodeGuruProfiler-python"
12- __agent_version__ = "1.2.3 "
12+ __agent_version__ = "1.2.4 "
1313
1414
1515def look_up_fleet_info (
You can’t perform that action at this time.
0 commit comments