Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing React Hooks for AppInsights #1120

Merged
merged 25 commits into from May 29, 2020
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b21b0df
Bumping React types to support hooks
aaronpowell Nov 19, 2019
9865f6e
Added a context object for the React plugin
aaronpowell Nov 19, 2019
0c68d6e
Adding trackEvent to ReactPlugin
aaronpowell Nov 19, 2019
966526b
Adding custom hooks to track an event and metric and exported from pa…
aaronpowell Nov 19, 2019
076a77f
Merge branch 'aaronpowell/issue-991' of https://github.com/aaronpowel…
markwolff May 19, 2020
c2144e5
Merge branch 'master' of github.com:microsoft/ApplicationInsights-JS …
markwolff May 27, 2020
123c0df
fix: package.json typo
markwolff May 27, 2020
062160d
remove react from gruntfile
markwolff May 27, 2020
5d5eb14
Merge branch 'master' into aaronpowell/issue-991
May 27, 2020
9b9283a
Merge branch 'aaronpowell/issue-991' into update-hooks-pr
markwolff May 27, 2020
9bcd6b2
Merge pull request #1 from markwolff/update-hooks-pr
aaronpowell May 27, 2020
de34258
fix logger
markwolff May 28, 2020
e4dd2be
Merge branch 'aaronpowell/issue-991' of github.com:aaronpowell/Applic…
markwolff May 28, 2020
da47bbc
remove dead logger
markwolff May 28, 2020
a2a59ee
remove react from rush
markwolff May 28, 2020
617ed40
remove react from shrinkwrap
markwolff May 28, 2020
cbac445
revert lockfile commit
markwolff May 28, 2020
54b5829
Merge branch 'master' into aaronpowell/issue-991
May 28, 2020
3a3599d
use correct working directory
markwolff May 28, 2020
b34b66c
Merge branch 'aaronpowell/issue-991' of github.com:aaronpowell/Applic…
markwolff May 28, 2020
b6ebf91
add react to rush
markwolff May 28, 2020
dce63b7
fix rollup
markwolff May 28, 2020
3729221
Revert "fix rollup"
markwolff May 28, 2020
7f3952d
Revert "add react to rush"
markwolff May 28, 2020
23cfaa2
Merge branch 'master' into aaronpowell/issue-991
May 29, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions common/config/rush/common-versions.json
Expand Up @@ -36,8 +36,8 @@
* For example, allow some projects to use an older TypeScript compiler
* (in addition to whatever "usual" version is being used by other projects in the repo):
*/
// "typescript": [
// "~2.4.0"
// ]
"typescript": [
"^3.9.2"
]
}
}