Skip to content

Commit 239b379

Browse files
leoromanovskyaarsilv
authored andcommitted
deprecated tags
1 parent 8a7445d commit 239b379

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
@@ -79,8 +79,11 @@ export class EppoJSClient extends EppoClient {
7979
public static instance: EppoJSClient = new EppoJSClient(localStorage);
8080
public static initialized = false;
8181

82+
/**
83+
* @deprecated temporary method for debugging
84+
*/
8285
// eslint-disable-next-line @typescript-eslint/no-explicit-any
83-
public dumpStats(): any {
86+
public _dumpStats(): any {
8487
return {
8588
hasWindowLocalStorage: hasWindowLocalStorage(),
8689
pollerStats: EppoJSClient.instance?._pollerStats(),
@@ -98,6 +101,9 @@ export class EppoJSClient extends EppoClient {
98101
return super.getAssignment(subjectKey, flagKey, subjectAttributes, assignmentHooks, true);
99102
}
100103

104+
/**
105+
* @deprecated temporary method for debugging
106+
*/
101107
public _getStringAssignmentWithReason(
102108
subjectKey: string,
103109
flagKey: string,

0 commit comments

Comments
 (0)