Skip to content

Commit 25b7c65

Browse files
committed
feat: set maxDepth to 10
1 parent 9a71ed7 commit 25b7c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/tag-object.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const redactableKeys = ["authorization", "x-authorization", "password", "token"];
2-
const maxDepth = 5;
2+
const maxDepth = 10;
33

44
export function tagObject(currentSpan: any, key: string, obj: any, depth = 0): any {
55
if (depth >= maxDepth) {

0 commit comments

Comments
 (0)