* Update version update script to support default "next" release version (major/minor) not just patch (#1756) (#1757)
* Merge [master] branch to [beta] and Enable GitHub Actions on [beta] branch (#1762)
* Update version update script to support default "next" release version (major/minor) not just patch (#1756)
* Additional Performance enhancements to use provided functions rather than internal polyfill's (#1758)
* [BUG] 2.7.4-nightly.2202-03 builds have a bug where objKeys() is not returning the keys #1763 (#1764)
* Enable GitHub Actions on [beta] branch
* Beta Part 1: Part of Mega Dynamic Load/Unload support (#1766)
- Refactor TelemetryPluginChain ready to start supporting load/unload
- Move TelemetryInitializer to BaseCore
- add getPlugin (will be used for remove)
- Address Channel flush issue
* Merge remote-tracking branch 'upstream/master' into beta (#1772)
* Additional Performance enhancements to use provided functions rather than internal polyfill's (#1758)
* [BUG] 2.7.4-nightly.2202-03 builds have a bug where objKeys() is not returning the keys #1763 (#1764)
* Update version.json (#1767)
* [Release] Increase version to 2.7.4 (#1770)
- Updates React Plugin to v3.2.4 (with v2.7.4 as dependency)
- Updates React Native Plugin to 2.4.4 (with v2.7.4 as dependency)
- Updates Chrome Debug Extension to 0.2.4
This release is primarily a performance improvement release where we will now use any built in (or provided polyfill) function
over the internal polyfills for
- String trim()
- String endsWith()
- String startsWith()
- Additional Date toISOString()
- Array isArray()
- Array indexOf()
- Array map()
- Array reduce()
- Object freeze()
- Object seal()
* [Beta] Keep version.json next as minor and resync shrinkwrap
- Fix merge issue
* Beta Part 2: Part of Mega Dynamic Load/Unload support (#1768)
- Add Event Namespace support
- Minification of constant values
- Add part of the unload functionality (required for unified `teardown()` functionality)
* Beta Part 3: Part of Mega Dynamic Load/Unload support (#1780)
* Beta Part 3: Part of Mega Dynamic Load/Unload support
- Add Core SDK Unload support
* Fix telemetry chain for null and undefined
* Beta Part 4: Part of Mega Dynamic Load/Unload support (#1781)
* Beta Part 4: Part of Mega Dynamic Load/Unload support
- Fix function typing issues
- Update Analytics Extension to start supporting teardown / unload (more tests required)
- Adds namespace option to instrumentation hooks (for debugging teardown issues)
- Update AITest Class to log and optionally assert events and hooks that have not been removed
- Add Update callback when plugins are added / removed (will be extended for config updates)
- Some minor minification improvements
* Update comments
* Add missing enum definition
* Update Sender tests
* Beta Part 5: Part of Mega Dynamic Load/Unload support (#1782)
- Add Missing Exports
- AnalyticsPlugin: Implement teardown and initial test validation
- Dependencies Plugin: Implement teardown and initial test validation
- Add flush() to IAppInsightsCore
* AI Beta: Minor bug fixes and additional debug info (#1787)
* Lint fixes: Enable Automatic formatting fixes (#1788)
* Beta Part 6: Part of Mega Dynamic Load/Unload support (#1782) (#1789)
- Add basic minimal unload / teardown support to all remaining components
- Update rollup cleanup dependencies
* Beta: Component Governance Updates to address known dependency issues (#1790)
* init commit
* update rollup
* Fixed popup - now runs the React application
* Now building the popup and background task seperately so that one doesn't have to export the other to make it build
* Updated browser extension code with latest from odsp-web
* Update window title of the popup
* Readme update
* Added custom configuration UI for in-tool authoring of the configuration file
* New icon
* Name update
* Filter text now uses column values from configuration instead of Stream hardcoded field names
* Enable some more automatic eslint fixes (#1690)
* Update dependencies in package.json
* Add ability to zip the extension during build
* Update SetVersion script to include the chrome-debug-extension
Synchronize manifest.json version with package.json
Add CDN publishing scripts
Rework package zipping for more flexibility
* Bump version to v0.1.1
Fixup Content-Type for publishing to CDN
* Add archiver package to devDependencies
* Update shrinkwrap for archiver
* Update Stream URL
* Break circular dependency
* Add 'TimeDelta' column type, fix details view to allow for deep paths to be excluded via config
* Network data source now handles arrays of events as well
* Add default configuration feature
* Default configuration updates to flag errors, perf events, add a dynamic value for each event type, and exclude the last tag field in consolidated view
* Fix bug where boolean fields would not be displayed
* Updated icons for better contrast on the task bar when in dark mode
* Add sessionidRegex option
* Added jsonFieldNames
* Table header no longer scrolls
* Update setActiveVersion script to support publishing an unversioned value
* Update icons to ensure they are from the set we are allowed to use
* Update to version 0.1.2
* Code tidy up and added prettier rule file
* Chrome debug extension UI (#1703)
* [BUG] Field 'ai.operation.name' on type 'ContextTagKeys' is too long. Expected: 1024 characters" #1692 (#1693)
* [BUG] Multiple errors are getting thrown and swallowed during initialization when no instrumentation Key is provided #1691 (#1695)
* Governance Updates -- update used dependencies (#1694)
* init
* working
* add css
* copy over helper and debugplugin ui
* update style
* Shrinkwrap update after rush update
* Accessibility fixes
* Fix accessibility in the configuration page
* Fix missing red line between sessions
* align styles
* Added update instructions to the configuration page, and replaced placeholder link for preset creation instructions
* fix build
Co-authored-by: Nev <54870357+MSNev@users.noreply.github.com>
Co-authored-by: Kevin Brown <kevbrown@microsoft.com>
* Merge remote-tracking branch 'origin/master' into ChromeDebugExtension
* Fixes
- EsLint integration and auto fixes
- Add integrity.json generation
* Update Chrome Debug extension to use new v.2.7.1 base components
* Add files via upload (#1711)
* Update README.md in ChromeExtension (#1710)
* Update README.md
* chrome-extension-readme: Update to relative path
* Add files via upload
* Fix popup looping (causing dead UI) issue
* Update file comments
* Add DbgExtensionUtils to AI core with notification support and defaults for AI and OneDs
* Performance improvements
- Only populate the condensedDetails when required
- dont save the condensed details to the "saved" files
Functional changes
- Add filter match highlighting to the lower window
- Add option to include the event content when filtering
- Add UI components to enable/disable networking and Sdk event capturing
* Enable expand/collapse and address PR comments
* Fix CodeScanning issues
* Add wildcard support to event table filtering and match highlighting
* Added tooltips to new optionsBar UI, removing the need for the "capture" label and explaining the "Content" checkbox, also fixing issue prevent mouse clicks on the new labels from toggling the checkboxes
* Readme updates
* Change default height to be taller, capitalize SDK
* Fixed bug on fresh install when there is no saved filter state which prevented configurations from being loaded
* Address Security issues identified by internal component governance services (#1715)
* Fix package version differences
* Make syntax highlighting in the detail (tree) view case-insensitive
* Add Simple Hello World sample
* Rename NetworkDataSource and clean up the data source type list
* Add defaultNetworkCaptureValue and defaultSDKCaptureValue to IConfiguration
* Extract DebugPlugin debug message to a function
* Add capturing network requests for sendBeacon() ("ping" requests)
* Consolidate the DebugPlugin logging functions
Co-authored-by: xiao-lix <lixiao900921@gmail.com>
Co-authored-by: Kevin Brown <kevbrown@microsoft.com>
Co-authored-by: Karlie-777 <79606506+Karlie-777@users.noreply.github.com>
Co-authored-by: KevBrown-MSFT <51932180+KevBrown-MSFT@users.noreply.github.com>
* Update to TypeScript 4.x #1071
- Enable ESLint-Fix during compilation
- Fold react and React Native projects back into main build
* Update new PerfMarkMeasure to TypeScript 4.x build
* Missed updates from previous PR -- remove unused variables
- extract and export each CoreUtils function as first class
- stop using CoreUtils class within core, using the new direct functions
- create TestFramework and change core to use it (so it restores the navigator / user agent properly)
* chore: cleanup getting started
* fix: legacy tests
* fix: travis CI
* fix: travis CI
* fix: revert rush version
* comment rush change validation in CI
* add role instance example