Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/node-sdk-emit-evaluation-events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@reflag/node-sdk": patch
---

Mark `emitEvaluationEvents` as deprecated and note that it no longer has any effect and will be removed in the next major version.
4 changes: 3 additions & 1 deletion packages/node-sdk/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,9 @@ export type ClientOptions = {
offline?: boolean;

/**
* If set to `false`, no evaluation events will be emitted.
* Deprecated: evaluation events are no longer emitted.
*
* @deprecated This option has no effect and will be removed in the next major version.
*/
emitEvaluationEvents?: boolean;

Expand Down
Loading