ApplicationInsights-JS icon indicating copy to clipboard operation
ApplicationInsights-JS copied to clipboard

[BUG] Update the _extConfig definition in AnalyticPlugin.ts in AppInsights-JS

Open rads-1996 opened this issue 7 months ago • 0 comments

Description/Screenshot The code which defines _extConfig (lines 124 and defaults (55...72) in AnalyticsPlugin.ts is "technically" not correct -- this really requires a "new" interface to be defined which identifies that _extConfig (and the defaults) are a sub-set and specific to this extension.

rads-1996 avatar May 30 '25 22:05 rads-1996