Skip to content

Commit 159aefc

Browse files
committed
Release v1.30.1
1 parent 72f463d commit 159aefc

10 files changed

+7
-303
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the links to the left to learn about the available resources and data source
1818
terraform {
1919
required_providers {
2020
dynatrace = {
21-
version = "1.28.0"
21+
version = "1.30.1"
2222
source = "dynatrace-oss/dynatrace"
2323
}
2424
}

docs/resources/mobile_app_enablement.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ resource "dynatrace_mobile_app_enablement" "#name#" {
4040

4141
### Required
4242

43-
- `rum` (Block List, Min: 1, Max: 1) Capture and analyze all user actions within your application. Enable [Real User Monitoring (RUM)](https://dt-url.net/1n2b0prq) to monitor and improve your application's performance, identify errors, and gain insight into your user's behavior and experience. (see [below for nested schema](#nestedblock--rum))
44-
- `session_replay` (Block List, Min: 1, Max: 1) [Session Replay on crashes](https://dt-url.net/session-replay) gives you additional context for crash analysis in the form of video-like screen recordings that replay user actions immediately preceding a detected crash, while providing [best-in-class security and data protection](https://dt-url.net/b303zxj). (see [below for nested schema](#nestedblock--session_replay))
43+
- `rum` (Block List, Min: 1, Max: 1) (Field has overlap with `dynatrace_mobile_application`) Capture and analyze all user actions within your application. Enable [Real User Monitoring (RUM)](https://dt-url.net/1n2b0prq) to monitor and improve your application's performance, identify errors, and gain insight into your user's behavior and experience. (see [below for nested schema](#nestedblock--rum))
44+
- `session_replay` (Block List, Min: 1, Max: 1) (Field has overlap with `dynatrace_mobile_application`) [Session Replay on crashes](https://dt-url.net/session-replay) gives you additional context for crash analysis in the form of video-like screen recordings that replay user actions immediately preceding a detected crash, while providing [best-in-class security and data protection](https://dt-url.net/b303zxj). (see [below for nested schema](#nestedblock--session_replay))
4545

4646
### Optional
4747

@@ -56,7 +56,7 @@ resource "dynatrace_mobile_app_enablement" "#name#" {
5656

5757
Required:
5858

59-
- `cost_and_traffic_control` (Number) (Field has overlap with `dynatrace_mobile_application`) Percentage of user sessions captured and analyzed. By default, Dynatrace captures all user actions and user sessions for analysis. This approach ensures complete insight into your application’s performance and customer experience. You can optionally reduce the granularity of user-action and user-session analysis by capturing a lower percentage of user sessions. While this approach can reduce monitoring costs, it also results in lower visibility into how your customers are using your applications. For example, a setting of 10% results in Dynatrace analyzing only every tenth user session.
59+
- `cost_and_traffic_control` (Number) Percentage of user sessions captured and analyzed. By default, Dynatrace captures all user actions and user sessions for analysis. This approach ensures complete insight into your application’s performance and customer experience. You can optionally reduce the granularity of user-action and user-session analysis by capturing a lower percentage of user sessions. While this approach can reduce monitoring costs, it also results in lower visibility into how your customers are using your applications. For example, a setting of 10% results in Dynatrace analyzing only every tenth user session.
6060
- `enabled` (Boolean) This setting is enabled (`true`) or disabled (`false`)
6161

6262

@@ -65,5 +65,5 @@ Required:
6565

6666
Required:
6767

68-
- `enabled` (Boolean) (Field has overlap with `dynatrace_mobile_application`) This setting is enabled (`true`) or disabled (`false`)
68+
- `on_crash` (Boolean) Before enabling, Dynatrace checks your system against the [prerequisites for Session Replay](https://dt-url.net/t23s0ppi).
6969

docs/resources/web_app_key_performance_custom.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

docs/resources/web_app_key_performance_load.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

docs/resources/web_app_key_performance_xhr.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

provider/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
package version
1919

20-
const Current = "1.28.0"
20+
const Current = "1.30.1"

templates/index.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the links to the left to learn about the available resources and data source
1818
terraform {
1919
required_providers {
2020
dynatrace = {
21-
version = "1.28.0"
21+
version = "1.30.1"
2222
source = "dynatrace-oss/dynatrace"
2323
}
2424
}

templates/resources/web_app_key_performance_custom.md.tmpl

Lines changed: 0 additions & 30 deletions
This file was deleted.

templates/resources/web_app_key_performance_load.md.tmpl

Lines changed: 0 additions & 30 deletions
This file was deleted.

templates/resources/web_app_key_performance_xhr.md.tmpl

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)