Skip to content

Commit

Permalink
fix: queue options type
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Dec 3, 2024
1 parent fb1ac1a commit 781c216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/analytics-js-common/src/types/LoadOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export type QueueOpts = {
batch?: BatchOpts;
// The scale factor applied to the default timer values
timerScaleFactor?: number;
debugDataUrl?: string;
};

/**
Expand Down

0 comments on commit 781c216

Please sign in to comment.