Ross Grambo
6ead58065e
Readme - Remove double negative ( #2429 )
2024-10-09 13:00:14 -07:00
siyuniu-ms
883fee6334
add in root ( #2395 )
2024-09-20 14:12:15 -07:00
siyuniu-ms
3f8434ac85
[main] (type change!) enhance exception telemetry with customer log Information ( #2391 )
2024-08-19 17:36:20 -07:00
siyuniu-ms
9a1204c679
add more doc for exception telemetry ( #2390 )
2024-08-06 17:31:54 -07:00
siyuniu-ms
f39a8151d5
[main] enhance exception telemetry with optional script Information ( #2388 )
2024-08-05 16:44:19 -07:00
siyuniu-ms
977fcd5658
[main][snippet] prepare new snippet release, add support for more config ( #2365 )
2024-06-21 14:29:40 -07:00
siyuniu-ms
416e338549
[main] update ignoreHeaders doc for #2336 ( #2345 )
2024-06-18 15:28:02 -07:00
siyuniu-ms
99760cf557
[main] create snippet mini loader ( #2339 )
2024-06-17 14:14:14 -07:00
siyuniu-ms
50d893a00e
[main] fix deprecated size pic, point to new url ( #2329 )
...
* change all size url
* Create ai.3.2.0.js.svg
* add script to generate image
* remove image
* Update package.json
* create old size image pic
* create folder also
* remove logs
* Update old-size-image-generator.js
---------
Co-authored-by: Nev <54870357+MSNev@users.noreply.github.com>
2024-04-19 16:16:31 -07:00
Karlie-777
db6f36c898
[Main][Task]25716927: Change default CfgSync values to turn on the ikey deprecation message ( #2325 )
...
* add cfg cdn defaults
* update
2024-04-10 17:40:39 -07:00
Karlie-777
d5a0b4847c
[Main][Task]27365739: Turn on Ikey depreciation message with sampling rate 0.0001% ( #2317 )
...
* turn cfgsync
* update
* update
2024-03-29 16:07:58 -07:00
Nev
02a003bc21
[Main][BUG] remove 403 as a “retriable” error code #2296 ( #2298 )
2024-03-12 12:49:40 -07:00
siyuniu-ms
d4b3c27934
[main] correct types define for stopTrackEvent and stopTrackPage for #2209 ( #2270 )
...
* change types
* Update README.md
2024-02-12 19:03:56 -08:00
siyuniu-ms
d88307e6e7
Update README.md ( #2268 )
2024-02-09 14:29:40 -08:00
siyuniu-ms
fe9fe0f8d6
[main] disable sdk load error send #1672 ( #2207 )
2023-12-13 15:56:48 -08:00
siyuniu-ms
d9fbdca0ce
[main] [doc] Highlight an issue with the default UMD module format when loading from the CDN into an environment that may have require.js #14493816 ( #2200 )
2023-11-20 14:20:10 -08:00
Karlie-777
0ccc0e1ca1
[Main][Task]24499174: Add service notification doc ( #2170 )
...
* add service notification doc
* update
2023-09-27 21:40:58 -07:00
siyuniu-ms
3c8318bfad
[main] update snippet ver to 7 and set gbl moudle as default in readme ( #2156 )
2023-09-22 17:08:20 -07:00
Nev
4eabbbbe26
[Main][Release] Increase version to 3.0.3 ( #2159 )
2023-09-20 09:20:56 -07:00
siyuniu-ms
f45ad22208
[main] test version conflict and wirte documentation ( #2123 )
2023-08-07 10:48:03 -07:00
siyuniu-ms
e4b21a3191
[main] add prefix before storage name when setting it ( #2110 )
2023-07-26 17:11:58 -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
70a4cedc92
[Main][Release] Increase version to 3.0.2 ( #2083 )
2023-05-23 08:32:39 -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
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
ce10fe80a3
ReadMe updates to prepare for promoting [beta] to [release] ( #2015 )
2023-03-10 10:54:38 -08:00
Nev Wylie
343d2ddc91
Merge remote-tracking branch 'upstream/master' into beta
2023-03-08 14:12:02 -08:00
siyuniu-ms
0eb7dc47d8
fetch default value sync
2023-03-07 15:13:02 -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
Nev Wylie
925f18b4f3
[Beta] [BUG] SharedWorker does not Instrument fetch correctly #1996
...
- Also add a Shared Worker example
2023-02-27 14:23:32 -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
73cebfe8bd
[Beta] [BUG] SharedWorker does not Instrument fetch correctly #1996
...
- Also add a Shared Worker example
2023-02-23 14:59:01 -08:00
siyuniu-ms
9722433f79
change readme
...
change instrumentation key to connection string
2023-02-21 14:24:21 -08:00
Nev Wylie
9b85b10514
Merge remote-tracking branch 'upstream/master' into MSNev/beta
2022-10-03 12:06:05 -07:00
Joseph Sivits
89dabfed35
Fixed release notes, previously used a deprecated file. ( #1904 )
...
* Fixed release notes, previously used a deprecated file.
The file linked in the 'Changelist' had been deprecated, moved to https://github.com/microsoft/ApplicationInsights-JS/releases , an active and dynamically supported list of releases.
* Update README.md
Co-authored-by: Nev <54870357+MSNev@users.noreply.github.com>
2022-09-22 12:00:50 -07:00
Nev Wylie
76c43e4b39
Merge remote-tracking branch 'upstream/master' into MSNev/beta
2022-09-16 11:18:21 -07:00
Nev Wylie
ef4b7ff5fc
Add and Update documentation for new config values
2022-09-15 15:10:32 -07:00
Nev Wylie
7a88dad012
Merge remote-tracking branch 'upstream/master' into MSNev/beta
2022-08-30 13:32:46 -07:00
Nev Wylie
975eabb2e4
maxAjaxCallsPerView doesn't account for filtering by TelemetryInitializer #1887
...
- Highlight the beta development
2022-08-30 13:31:15 -07:00
Chris Bailey
668a2d465b
Fix incorrect disableFetchTracking documentation
2022-08-30 13:31:05 -07:00
Nev Wylie
5ee8ff794d
maxAjaxCallsPerView doesn't account for filtering by TelemetryInitializer #1887
...
- Highlight the beta development
2022-08-30 13:23:34 -07:00
Chris Bailey
47dab0f87b
Fix incorrect disableFetchTracking documentation
2022-08-30 08:52:59 -07:00
Nev Wylie
05534ab172
Update the beta readme
2022-08-29 13:59:44 -07:00
Nev Wylie
605fdf9aea
Task 13359653: [Beta][Application Insights][1DS] Start IE8 deprecation process
...
Task 13988566: [Beta] Remove Legacy code from V2 SDK
- Remove Exported namespace globals
2022-08-25 09:21:48 -07:00
Nev
d855703354
Merge master to beta @ 200e0f1d5d
( #1867 )
...
* [BUG] Snippet initialization with IE8/9 fails with minified code (works with un-minified code) #1852 (#1854 )
* [BUG] CDN Packaging is not exposing the internal tools (CoreUtils / Telemetry / etc) #1857 (#1858 )
* fix stopTrackEvents (#1859 )
Co-authored-by: Nev <54870357+MSNev@users.noreply.github.com>
* Refactor code to provide better tree shaking and minification of generated code #1076 (#1811 )
- Add Automatic Name replacing / Crunching
* Address Component Governance issues (#1860 )
- Update npm to 8.13.2
- Update rush to 5.75.0
* [Release] Increase version to 2.8.5 (#1861 )
- Updates React Plugin to v3.3.5 (with v2.8.5 as dependency) -- using React 17
- Updates React Native Plugin to 2.5.5 (with v2.8.5 as dependency)
- Updates Chrome Debug Extension to 0.3.5
* Update and add legal compliance notices and license terms (#1865 )
* Remove React-JS and React-Native code from this repo (#1866 )
* Merge master to beta @ 200e0f1d5d
- Update shrinkwrap and npm version for rush.json
Co-authored-by: Karlie-777 <79606506+Karlie-777@users.noreply.github.com>
2022-07-28 07:53:29 -07:00
Nev
200e0f1d5d
Remove React-JS and React-Native code from this repo ( #1866 )
2022-07-26 16:11:20 -07:00
Nev
41f5371403
Update and add legal compliance notices and license terms ( #1865 )
2022-07-26 14:38:18 -07:00
Nev
ba059e1f48
Task 7496325: Add Distributed tracing population for the properties for the core #1846 ( #1847 )
...
* Task 7496325: Add Distributed tracing population for the properties for the core #1846
- Single Page Application Page View Tracking #176
- Run-time Telemetry initializers for Ajax requests #198
- How to modify traceflag in traceparent header? #1776
* Add initialization from previously set values.
Also address CodeQL issues
2022-05-31 12:21:22 -07:00
Karlie-777
3e8bece37a
add readme for ikey error messge ( #1845 )
...
* add readme for ikey error messge
* change ikey error message default value to true
2022-05-27 13:02:06 -07:00