Skip to content

Commit e87a9e7

Browse files
committed
the refactor into 3 integrations
1 parent bcaa805 commit e87a9e7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+687
-1426
lines changed

packages/core/src/baseclient.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -490,11 +490,11 @@ export abstract class BaseClient<O extends ClientOptions> implements Client<O> {
490490
callback: (feedback: FeedbackEvent, options?: { includeReplay: boolean }) => void,
491491
): void;
492492

493-
/** @inheritdoc */
494-
public on(
495-
hook: 'createFeedbackModal',
496-
callback: (options: Record<string, unknown>, appendChild: (child: HTMLElement) => void) => void,
497-
): void;
493+
// /** @inheritdoc */
494+
// public on(
495+
// hook: 'createFeedbackModal',
496+
// callback: (options: Record<string, unknown>, appendChild: (child: HTMLElement) => void) => void,
497+
// ): void;
498498

499499
/** @inheritdoc */
500500
public on(hook: 'startPageLoadSpan', callback: (options: StartSpanOptions) => void): void;
@@ -542,12 +542,12 @@ export abstract class BaseClient<O extends ClientOptions> implements Client<O> {
542542
/** @inheritdoc */
543543
public emit(hook: 'beforeSendFeedback', feedback: FeedbackEvent, options?: { includeReplay: boolean }): void;
544544

545-
/** @inheritdoc */
546-
public emit(
547-
hook: 'createFeedbackModal',
548-
options: Record<string, unknown>,
549-
appendChild: (child: HTMLElement) => void,
550-
): void;
545+
// /** @inheritdoc */
546+
// public emit(
547+
// hook: 'createFeedbackModal',
548+
// options: Record<string, unknown>,
549+
// appendChild: (child: HTMLElement) => void,
550+
// ): void;
551551

552552
/** @inheritdoc */
553553
public emit(hook: 'startPageLoadSpan', options: StartSpanOptions): void;

packages/feedback2-modal/.eslintignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

packages/feedback2-modal/.eslintrc.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/feedback2-modal/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/feedback2-modal/LICENSE

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/feedback2-modal/README.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

packages/feedback2-modal/jest.config.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/feedback2-modal/package.json

Lines changed: 0 additions & 64 deletions
This file was deleted.

packages/feedback2-modal/rollup.bundle.config.mjs

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/feedback2-modal/rollup.npm.config.mjs

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/feedback2-modal/src/constants.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/feedback2-modal/src/constants/index.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/feedback2-modal/src/index.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)