We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0dcf0 commit 3915f22Copy full SHA for 3915f22
lib/repository-logging.ts
@@ -24,6 +24,7 @@ type RepositoryLogOptions = {
24
transactional?: boolean;
25
};
26
27
+// Suppress nested repository logs so composite repository flows emit one outer log span.
28
const REPOSITORY_LOG_SCOPE = new AsyncLocalStorage<{ active: true }>();
29
const SENSITIVE_KEY_PATTERN =
30
/(email|name|title|description|body|note|token|secret|password|hash|nickname|raw|image|url|link)/i;
0 commit comments