Skip to content

Commit 10618d3

Browse files
nicohrubecclaude
andcommitted
docs(core): Update stale enableLogs backfill TODO
The default has now been flipped, so the "or change default value" branch of the TODO is done. Narrow it to removing the deprecated experimental flag, matching the adjacent enableMetrics TODO. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 59620ad commit 10618d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export abstract class Client<O extends ClientOptions = ClientOptions> {
265265
}
266266

267267
// Backfill enableLogs option from _experiments.enableLogs
268-
// TODO(v11): Remove or change default value
268+
// todo(v11): Remove the experimental flag
269269
// eslint-disable-next-line typescript/no-deprecated
270270
this._options.enableLogs = this._options.enableLogs ?? this._options._experiments?.enableLogs ?? true;
271271

0 commit comments

Comments
 (0)