Skip to content

Commit

Permalink
fix(types,nextjs): Includes telemetry when building for ui.retheme (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef authored Nov 24, 2023
1 parent e214450 commit 627cb94
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/moody-trainers-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
12 changes: 12 additions & 0 deletions packages/types/src/clerk.retheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,18 @@ export interface ClerkOptions {
*/
isInterstitial?: boolean;
isSatellite?: boolean | ((url: URL) => boolean);

/**
* Telemetry options
*/
telemetry?:
| false
| {
disabled?: boolean;
debug?: boolean;
};

sdkMetadata?: SDKMetadata;
}

export interface Resources {
Expand Down

0 comments on commit 627cb94

Please sign in to comment.