This commit is contained in:
Sarah Bird 2020-05-22 00:21:03 -05:00
Родитель bfbe19be65
Коммит 17830d494f
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -694,7 +694,6 @@ export function getInstrumentJS(event_id: string, sendMessagesToLogger) {
isObject(object, propertyName) &&
propertyName !== "__proto__"
) {
const newInstrumentedName = `${instrumentedName}.${propertyName}`;
const newLogSettings = { ...logSettings };
newLogSettings.depth = logSettings.depth - 1;