From 4d3c4ebe4941eff141449388b114f05c298de853 Mon Sep 17 00:00:00 2001 From: Seth Silesky <5115498+silesky@users.noreply.github.com> Date: Tue, 21 May 2024 15:50:34 -0500 Subject: [PATCH] wip --- packages/browser/src/core/analytics/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/browser/src/core/analytics/index.ts b/packages/browser/src/core/analytics/index.ts index fe69aed0c..66f62deb0 100644 --- a/packages/browser/src/core/analytics/index.ts +++ b/packages/browser/src/core/analytics/index.ts @@ -82,9 +82,8 @@ export class AnalyticsInstanceSettings { readonly cdnSettings: CDNSettings /** - * The timeout for the analytics request in milliseconds + * Auto-track specific timeout setting for legacy purposes. */ - // this is an odd setting -- it's only used in auto-track.ts, but has an entire method around it. timeout = 300 constructor(settings: AnalyticsSettings) {