-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rum): angular integration with apm-rum (#384)
* feat(rum): angular integration with apm-rum * add deps and notice generation script [skip ci] * add unit tests * fix spec pattern * add readme * set up e2e tests * use ts-loader config instead of babel * switch to babel and make tests work on all browsers * use typescript-eslint for .ts files * run angular tests on travis and jenkins * make it publish ready * fix promise resolution * address review comments and add more test * respect active flag and increase coverage * fix lock file and rebase * address review comments * show browser info on tests
- Loading branch information
1 parent
559870b
commit 6ab2450
Showing
33 changed files
with
1,913 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
SCOPE: | ||
- "@elastic/apm-rum-core" | ||
- "@elastic/apm-rum" | ||
- "@elastic/apm-rum-react" | ||
- "@elastic/apm-rum-angular" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.