We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a71ed7 commit 25b7c65Copy full SHA for 25b7c65
src/utils/tag-object.ts
@@ -1,5 +1,5 @@
1
const redactableKeys = ["authorization", "x-authorization", "password", "token"];
2
-const maxDepth = 5;
+const maxDepth = 10;
3
4
export function tagObject(currentSpan: any, key: string, obj: any, depth = 0): any {
5
if (depth >= maxDepth) {
0 commit comments