Skip to content

Commit 5efbb91

Browse files
committed
deprecated tags
1 parent e228f5e commit 5efbb91

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,11 @@ export { IAssignmentLogger, IAssignmentEvent, IEppoClient } from '@eppo/js-clien
7676
export class EppoJSClient extends EppoClient {
7777
public static instance: EppoJSClient;
7878

79+
/**
80+
* @deprecated temporary method for debugging
81+
*/
7982
// eslint-disable-next-line @typescript-eslint/no-explicit-any
80-
public dumpStats(): any {
83+
public _dumpStats(): any {
8184
return {
8285
hasWindowLocalStorage: hasWindowLocalStorage(),
8386
pollerStats: EppoJSClient.instance?._pollerStats(),
@@ -94,6 +97,9 @@ export class EppoJSClient extends EppoClient {
9497
return super.getAssignment(subjectKey, flagKey, subjectAttributes, assignmentHooks, true);
9598
}
9699

100+
/**
101+
* @deprecated temporary method for debugging
102+
*/
97103
public _getStringAssignmentWithReason(
98104
subjectKey: string,
99105
flagKey: string,

0 commit comments

Comments
 (0)