Skip to content

Commit 3915f22

Browse files
committed
docs: clarify repository log suppression
1 parent ad0dcf0 commit 3915f22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/repository-logging.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ type RepositoryLogOptions = {
2424
transactional?: boolean;
2525
};
2626

27+
// Suppress nested repository logs so composite repository flows emit one outer log span.
2728
const REPOSITORY_LOG_SCOPE = new AsyncLocalStorage<{ active: true }>();
2829
const SENSITIVE_KEY_PATTERN =
2930
/(email|name|title|description|body|note|token|secret|password|hash|nickname|raw|image|url|link)/i;

0 commit comments

Comments
 (0)