Nev
7f804d81e3
[Main] Merge Release-3.0 to main ( #2214 )
...
- [Release-3.0][Release] Increase version to 3.0.6 (#2211 )
- Fixup v3.0.6 release notes
2023-12-07 16:13:08 -08:00
siyuniu-ms
793191dd86
[main] Add extra config in sender to let users define transports type ( #2193 )
2023-11-20 12:55:42 -08:00
siyuniu-ms
19e8131c7f
[main] offlineListener preparation ( #2186 )
2023-11-02 17:46:10 -07:00
siyuniu-ms
9dda05ca67
[Main][Release] Increase version to 3.0.5 ( #2192 )
2023-11-01 15:55:27 -07:00
Karlie-777
5bb6b85492
[Main][Task]25649658: Update AISKU Light to add default baseType and baseData when calling track function ( #2191 )
...
* fix aisku light item fields
* update
* update
2023-10-31 18:04:09 -07:00
Karlie-777
434b333789
[Main][Task]25648004: Export ISenderConfig from Sender ( #2190 )
...
* export sender config
* update
* update
2023-10-31 17:03:42 -07:00
siyuniu-ms
a66d392314
[main] generate typedoc ( #2188 )
2023-10-30 14:39:02 -07:00
siyuniu-ms
e535c94f54
[Main][Release] Increase version to 3.0.4 ( #2176 )
2023-10-20 15:33:15 -07:00
Karlie-777
f4da17e77f
[Main][Task]16238553: Provide an override option for the Sender ( #2113 )
...
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
2023-09-26 17:55:32 -07:00
Nev
4eabbbbe26
[Main][Release] Increase version to 3.0.3 ( #2159 )
2023-09-20 09:20:56 -07:00
Nev
8f53f2d4e2
Update @nevware21 base versions ( #2135 )
2023-08-22 08:03:06 -07:00
Nev
4b16a60716
Internal Task 15757413: [VSCode] [1DS] Move 1DS Core and 1DS Post to GitHub ( #2102 )
...
- Update publishing and version
- Add typedocs
2023-07-24 09:51:18 -07:00
Nev
b89849b7c2
Update project clean to make faster ( #2093 )
2023-06-30 09:02:16 -07:00
Nev
70a4cedc92
[Main][Release] Increase version to 3.0.2 ( #2083 )
2023-05-23 08:32:39 -07:00
Nev
5258d79273
[BUG] SDK fails to initialize when the config includes objects with properties that are not configurable #2068 ( #2069 )
2023-05-16 12:16:14 -07:00
Nev
2507674698
Task 20788238: [AI] Add ApplicationInsights namespace and workaround to support v2 and v3 loaded from the CDN ( #2064 )
2023-05-05 14:24:04 -07:00
Nev
9cfde8c91a
[Main] [Release] Increase version to 3.0.1 ( #2060 )
2023-05-02 07:51:49 -07:00
Nev
e86c346c1d
[Bug] Fix issues related to dynamic config listeners during unloading ( #2058 )
...
* [Bug] Fix issues related to dynamic config listeners during unloading
- Add Promise support during unloading
* Update channels/tee-channel-js/src/TeeChannel.ts
Co-authored-by: siyuniu-ms <123212536+siyuniu-ms@users.noreply.github.com>
---------
Co-authored-by: siyuniu-ms <123212536+siyuniu-ms@users.noreply.github.com>
2023-04-28 11:32:56 -07:00
Nev
95b052dffa
[BUG] Typing issue with generated types causing Type X is not assignable to type Y #2052 ( #2053 )
2023-04-21 12:49:54 -07:00
Nev
053a8a0718
[Release] Increase version to 3.0.0 ( #2048 )
2023-04-12 13:08:26 -07:00
Nev
cd07499903
[Master] Merge latest main to master ( #2047 )
...
* [BUG] The documentation for enableDebug is incorrect, it should reference enableDebugExceptions #2014 (#2022 )
* [BUG] SDK LOAD Failure reporting not working #2027 (#2038 )
* Add a simple interface to enable custom buffer storage solutions #1419 (#2037 )
This can be used like:
```
const appInsights = new ApplicationInsights({
config: {
enableSessionStorageBuffer: true,
bufferOverride: {
getItem: (logger, key) => localStorage.getItem(key),
setItem: (logger, key, value) => localStorage.setItem(key, value),
}
}
});
```
Co-authored-by: Nev <54870357+MSNev@users.noreply.github.com>
* [Master] Add readme documentation for IStorageBuffer (#2045 )
* [Release] Increase version to 2.8.12 (#2046 )
---------
Co-authored-by: Philip Peitsch <philip.peitsch@gmail.com>
2023-04-11 17:07:44 -07:00
Nev
45de8a0204
[Rollup-ES5 Release] Increase version to 1.0.2 ( #2043 )
2023-04-10 15:56:48 -07:00
Nev
3175210c66
[Main][BUG] Don't attempt to send message batch when known to be offline #2034 ( #2036 ) ( #2041 )
...
* [Main][BUG] Don't attempt to send message batch when known to be offline #2034 (#2036 )
* [Main] Rollup-ES5 Update readme and version to 1.0.1
---------
Co-authored-by: Philip Peitsch <philip.peitsch@gmail.com>
2023-04-07 17:19:54 -07:00
Nev
2fd511802c
[Main] Add npm-pack and npm-publish tasks ( #2033 )
...
- Fix publishing content of npm packages
- Fix issues related to dependencies for tests
- Update Release Packaging location
- Update NPM publish scripts
2023-04-06 13:57:43 -07:00
Nev Wylie
343d2ddc91
Merge remote-tracking branch 'upstream/master' into beta
2023-03-08 14:12:02 -08:00
Nev
c037b93aae
[Release] Increase version to 2.8.11 ( #2009 )
2023-03-08 10:26:15 -08:00
Nev Wylie
b1e6401197
Update to ts-utils@0.8.1
2023-03-02 09:53:48 -08:00
siyuniu-ms
648fc055ec
update doc
...
https://github.com/microsoft/ApplicationInsights-JS/issues/1794
https://github.com/microsoft/ApplicationInsights-JS/issues/1792
https://github.com/microsoft/ApplicationInsights-JS/issues/929
2023-03-01 14:55:42 -08:00
siyuniu-ms
bc0e7df94b
update doc
...
https://github.com/microsoft/ApplicationInsights-JS/issues/1794
https://github.com/microsoft/ApplicationInsights-JS/issues/1792
https://github.com/microsoft/ApplicationInsights-JS/issues/929
2023-02-24 15:36:30 -08:00
Nev Wylie
5c11981e9b
Add support for setting default values recursively.
2023-02-16 18:13:38 -08:00
Nev Wylie
33633e94cd
Merge remote-tracking branch 'upstream/master' into MSNev/beta
2023-02-10 16:47:56 -08:00
Nev Wylie
c63a5ddc83
[Release] Increase version to 2.8.10
2023-02-03 15:15:53 -08:00
Nev Wylie
894d913193
[Beta] Fix merge issues from master
2023-02-02 17:44:28 -08:00
Nev Wylie
d8abe518ac
Merge remote-tracking branch 'upstream/master' into MSNev/beta
2023-02-01 18:17:30 -08:00
Nev
c920fb782a
Add the Aborted flag to the dependency initializer / listeners #1970 ( #1982 )
...
- Remove SimpleSyncPromise as it's no longer needed
2023-02-01 16:58:24 -08:00
Nev
65fddb125b
Fix size check which "nightly" is added to the bundle ( #1971 )
2023-01-12 17:02:49 -08:00
Nev
389b73aef1
Update QUnit and tests ( #1964 )
...
* Update QUnit and tests
* Update minify script to use PC newline for imports and header banners
2023-01-09 08:25:39 -08:00
Karlie-777
a98051cf1a
[AI Light][Task]14130466: Instrumentation key API is being deprecated - need to add support ( #1956 )
...
* update aisku light
* fix file size
* add shrinkwrap
* resolve comments
* Update index.ts formatting
Co-authored-by: Nev Wylie <54870357+MSNev@users.noreply.github.com>
2022-12-16 14:01:23 -08:00
Karlie-777
9aba1bf6b5
[Beta] Task 16030248: Dynamic config for AILight ( #1954 )
...
* add aiskulight dynamic config
* fix test
* resolve comments
* fix test
* resolve comments
Co-authored-by: Nev <54870357+MSNev@users.noreply.github.com>
2022-12-06 21:26:15 -08:00
Nev
1d8f307614
Update Rush and component packages ( #1955 )
2022-12-06 16:37:43 -08:00
Nev Wylie
d0e0c53116
[Beta] Fixup log polling
2022-11-11 13:38:37 -08:00
Nev Wylie
2901233fef
[Beta] Add pluginVersionString properties and getWParam()
2022-11-10 15:19:00 -08:00
Nev Wylie
3be72b0fc1
Merge remote-tracking branch 'upstream/master' into MSNev/beta
2022-10-25 14:26:12 -07:00
Nev
75409ecfb0
[Release] Increase version to 2.8.9 ( #1936 )
2022-10-25 12:09:14 -07:00
Nev
c2eb87fc31
Update to @microsoft/applicationinsights-shims: 2.0.2 ( #1935 )
2022-10-24 17:25:15 -07:00
Nev
80e2bf20b6
Remove the source-map-loader from the package.json as we don't use it. ( #1930 )
2022-10-19 11:40:42 -07:00
Nev
375a0e8686
[Beta] Fix issue with updating / setting config when not initialized. ( #1929 )
2022-10-18 14:38:44 -07:00
Nev Wylie
e0de91340b
[Beta] Rework the Dynamic Handler and default setting to avoid exceptions when not used as expected
2022-10-11 16:06:43 -07:00
Nev Wylie
1b7e94a420
Merge remote-tracking branch 'upstream/master' into MSNev/beta
2022-10-11 13:17:20 -07:00
Nev
8b4bb8e019
Update to DynamicProto v1.1.7 ( #1920 )
2022-10-11 13:07:34 -07:00