-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @elastic/[email protected] - @elastic/[email protected] - @elastic/[email protected] - @elastic/[email protected] - @elastic/[email protected]
- Loading branch information
1 parent
a32b1d0
commit 05d6195
Showing
11 changed files
with
53 additions
and
6 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 |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [3.0.1](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2023-08-03) | ||
|
||
**Note:** Version bump only for package @elastic/apm-rum-angular | ||
|
||
|
||
|
||
|
||
|
||
## [3.0.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2023-07-18) | ||
|
||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,20 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [5.19.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2023-08-03) | ||
|
||
|
||
### Features | ||
|
||
* **rum:** add redirect span for same-origin redirect ([#1400](https://github.com/elastic/apm-agent-rum-js/issues/1400)) ([bcd14bf](https://github.com/elastic/apm-agent-rum-js/commit/bcd14bfc69377bc82880afc45813efa7acde0e70)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **rum-core:** add URL object support in fetch instrumentation ([#1398](https://github.com/elastic/apm-agent-rum-js/issues/1398)) ([d71a093](https://github.com/elastic/apm-agent-rum-js/commit/d71a09361f22c67eef849f693830932858f9b230)) | ||
|
||
|
||
|
||
## [5.18.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2023-07-18) | ||
|
||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [1.4.4](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2023-08-03) | ||
|
||
**Note:** Version bump only for package @elastic/apm-rum-react | ||
|
||
|
||
|
||
|
||
|
||
### [1.4.3](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2023-07-18) | ||
|
||
**Note:** Version bump only for package @elastic/apm-rum-react | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "@elastic/apm-rum-react", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "Elastic APM Real User Monitoring for React applications", | ||
"author": "Hamid <[email protected]>", | ||
"homepage": "https://www.elastic.co/guide/en/apm/agent/rum-js/current/index.html", | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
### [2.1.4](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2023-08-03) | ||
|
||
**Note:** Version bump only for package @elastic/apm-rum-vue | ||
|
||
|
||
|
||
|
||
|
||
### [2.1.3](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2023-07-18) | ||
|
||
**Note:** Version bump only for package @elastic/apm-rum-vue | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,15 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [5.14.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2023-08-03) | ||
|
||
|
||
### Features | ||
|
||
* **rum:** force minor version bump rum package ([#1402](https://github.com/elastic/apm-agent-rum-js/issues/1402)) ([8a656b7](https://github.com/elastic/apm-agent-rum-js/commit/8a656b7ab38897a0dc5f44f156cfd84c6c7140f8)) | ||
|
||
|
||
|
||
## [5.13.0](https://github.com/elastic/apm-agent-rum-js/compare/@elastic/[email protected]...@elastic/[email protected]) (2023-07-18) | ||
|
||
|
||
|
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