Skip to content

Commit ea35530

Browse files
authored
docs: update 5.x docs (#1397)
1 parent 81b33be commit ea35530

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.asciidoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ See Conventional Commits (https://conventionalcommits.org) for commit guidelines
2929
[[release-notes-5.x]]
3030
=== RUM JS Agent version 5.x
3131
32+
[[release-notes-5.13.0]]
33+
==== 5.13.0 (2023-07-19)
34+
[float]
35+
===== Potentially breaking changes
36+
* Previously, breakdown timings were reported as milliseconds values in the `span.self_time.sum.us` field, which was wrong. From now on, it will be reported as microsecond values to match the APM specification: {pull}1381[#1381]
37+
* The metrics `transaction.duration.sum.us`, `transaction.duration.count` and `transaction.breakdown.count` are no longer recorded: {pull}1382[#1382]
38+
39+
===== Features
40+
* Support for Angular 16 is made available via `@elastic/[email protected]`: {pull}1380[#1380]
41+
* Improve user-interaction transactions naming. Unsupported browsers: IE11 {pull}1390[#1390]
42+
* Add `apmRequest` and `sendCredentials` config to TypeScript typings: {pull}1254[#1254] {pull}1243[#1243]
43+
44+
===== Bug fixes
45+
* Fix warnings where performance entries are not supported: {pull}1246[#1246]
46+
3247
[[release-notes-5.12.0]]
3348
==== 5.12.0 (2022-06-14)
3449
[float]

docs/angular-integration.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document covers how to use Real User Monitoring JavaScript agent with Angul
66
[[angular-supported-versions]]
77
==== Supported versions
88

9-
This integration supports Angular versions ≥ 9.0.
9+
This integration supports Angular versions ≥ 12.0
1010

1111
[[installing-angular-integration]]
1212
==== Installing Elastic APM Angular package
@@ -18,6 +18,9 @@ Install the `@elastic/apm-rum-angular` package as a dependency to your applicati
1818
npm install @elastic/apm-rum-angular --save
1919
----
2020

21+
NOTE: If you are using an Angular version < 12.0, use @elastic/apm-rum-angular 2.x to instrument your application.
22+
23+
2124
NOTE: If you are using an Angular version < 9.0, use @elastic/apm-rum-angular 1.x to instrument your application. Details are available in a https://www.elastic.co/guide/en/apm/agent/rum-js/4.x/angular-integration.html[prior release].
2225

2326
[float]

0 commit comments

Comments
 (0)