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
7dbfe2e53d
[Main] Fix Perf Tests ( #2051 )
2023-04-21 09:25:10 -07:00
Nev
d14c15bfe7
[Main] Add ability to disable the pollInternalLogs via config and change to stop using setInterval #2055 ( #2057 )
2023-04-20 15:06:35 -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
53f6c869a0
[Main] Update to support tests that don't pass in a core instance ( #2044 )
2023-04-11 09:44:42 -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
5a71f82ac8
More nightly CDN publishing fixes ( #2040 )
2023-04-07 11:01:40 -07:00
Nev
59bb263f87
Fix CDN Publishing location ( #2039 )
2023-04-06 18:34:26 -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
f90f593127
[BUG] The documentation for enableDebug is incorrect, it should reference enableDebugExceptions #2014 ( #2021 )
2023-03-20 09:27:19 -07:00
Nev
034e89561e
Add support to tag objects to force or block dynamic conversion ( #2020 )
2023-03-17 15:52:32 -07:00
Nev
bb26f8cab9
[Main] Fix extension / channel not being readonly ( #2018 )
...
- Bug fixes for getPlugin() not searching the TeeChannel
- Minification improcements
2023-03-15 07:57:02 -07:00
Nev
eba43753f4
Fix links for when deployed to microsoft/github.io/ApplicationInsights-JS ( #2017 )
2023-03-10 14:00:27 -08:00
Nev
ce10fe80a3
ReadMe updates to prepare for promoting [beta] to [release] ( #2015 )
2023-03-10 10:54:38 -08:00
Nev
864441d1b5
[Beta] Merge remote-tracking branch 'upstream/master' into beta ( #2012 )
2023-03-08 16:45:32 -08:00
Nev Wylie
a791efb11c
Update AISku Size test
2023-03-08 15:49:29 -08: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
siyuniu-ms
0c02d22719
fetch default value sync #2005 ( #2010 )
2023-03-07 16:03:27 -08:00
siyuniu-ms
0eb7dc47d8
fetch default value sync
2023-03-07 15:13:02 -08:00
Nev
b5b5bce108
[Beta] Make Core configuration Generic so 1DS can override ( #2008 )
2023-03-06 22:32:43 -08:00
Nev Wylie
28759f2d50
[Beta] Make Core configuration Generic so 1DS can override
2023-03-06 17:31:37 -08:00
siyuniu-ms
ed8b35150a
add one more restriction on the length of exception #1990 ( #2006 )
2023-03-06 14:51:41 -08:00
siyuniu-ms
0363f2b40d
Merge branch 'master' into exceed_length
2023-03-06 13:24:35 -08:00
siyuniu-ms
85218851a6
delete console message
2023-03-06 13:24:04 -08:00
siyuniu-ms
8d8c61701e
add test
...
add a unit test
2023-03-06 13:08:08 -08:00
siyuniu-ms
68af47fab5
Update Exception.tests.ts
2023-03-03 15:58:57 -08:00
siyuniu-ms
39e9759a6f
change back the stack
2023-03-03 15:56:32 -08:00
siyuniu-ms
c45cbf9b8a
Update Exception.ts
2023-03-03 15:52:51 -08:00
siyuniu-ms
853ef5d9d0
Update Exception.ts
2023-03-03 15:49:39 -08:00
siyuniu-ms
81cb55cba7
Update Exception.ts
2023-03-03 15:44:19 -08:00
siyuniu-ms
94012bf655
Update Exception.ts
2023-03-03 15:43:16 -08:00
Karlie-777
e823ead5c3
[Beta][Task]16954171: Dynamic config for ThrottleMgr ( #1993 )
...
* throttle mgr dynamic updates
* update
* update
* remove unused import
* update
* trigger build
2023-03-03 13:46:16 -08:00
siyuniu-ms
8f4c2dd054
Update Exception.ts
2023-03-03 10:14:48 -08:00
siyuniu-ms
460cca72fa
add sanitize
2023-03-03 10:09:30 -08:00
Nev
f177edecae
[Beta] Merge remote-tracking branch 'upstream/master' into beta ( #2004 )
2023-03-02 15:39:19 -08:00
Nev Wylie
aca190c0b2
Fix merge issues
2023-03-02 13:03:46 -08:00
Nev Wylie
4056cafc1e
Merge remote-tracking branch 'upstream/master' into MSNev/beta
2023-03-02 13:03:18 -08:00
Nev Wylie
b1e6401197
Update to ts-utils@0.8.1
2023-03-02 09:53:48 -08:00
Nev
0c49c108b2
[Beta] Merge remote-tracking branch 'upstream/master' into beta ( #2003 )
2023-03-02 09:50:28 -08:00
Nev Wylie
617e201040
[BUG] App Insights not auto-capturing from a Web Worker #1995
2023-03-01 16:49:57 -08:00
Karlie-777
044384b9b6
[AI][Task]17099792: Add sample and doc to dependency plugin ( #1989 )
...
* add sample and doc to dependency plugin
* update dependency doc
* update
* add aisku sample
* update
* update examples
* update
* update example links
2023-03-01 14:58:58 -08:00
siyuniu-ms
a905888e69
Update ajaxRecord.ts
2023-03-01 14:55:46 -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
798bf505bd
change readme
...
change instrumentation key to connection string
2023-03-01 14:54:32 -08:00
Karlie-777
381b7d6d88
[Beta][Task]17282501: Add samples ( #1998 )
...
* add dynamic config sample
* update beta sample
* format gruntfile
* update rush.json
* update gruntfile
* update readme
2023-03-01 13:06:16 -08:00
siyuniu-ms
67f7ab1c1d
Add snippet connection string tests ( #1999 )
2023-02-28 00:25:05 -08:00