diff --git a/docs/cdn_angular.md b/docs/cdn_angular.md index 5dd8dd64..2dcfd016 100644 --- a/docs/cdn_angular.md +++ b/docs/cdn_angular.md @@ -34,7 +34,7 @@ To install the web client in an Angular application, add the snippet inside the '00000000-0000-0000-0000-000000000000', '1.0.0', 'us-west-2', - 'https://client.rum.us-east-1.amazonaws.com/1.0.2/cwr.js', + 'https://client.rum.us-east-1.amazonaws.com/1.x/cwr.js', { sessionSampleRate: 1, identityPoolId: diff --git a/docs/cdn_commands.md b/docs/cdn_commands.md index 2ee88260..fff7d96a 100644 --- a/docs/cdn_commands.md +++ b/docs/cdn_commands.md @@ -23,7 +23,7 @@ In the following example, the snippet has disabled automated page view recording '00000000-0000-0000-0000-000000000000', '1.0.0', 'us-west-2', - 'https://client.rum.us-east-1.amazonaws.com/1.0.2/cwr.js', + 'https://client.rum.us-east-1.amazonaws.com/1.x/cwr.js', { disableAutoPageView: true } diff --git a/docs/cdn_installation.md b/docs/cdn_installation.md index d51fd1e4..b25b55fa 100644 --- a/docs/cdn_installation.md +++ b/docs/cdn_installation.md @@ -27,7 +27,7 @@ The snippet will look similar to the following: '00000000-0000-0000-0000-000000000000', '1.0.0', 'us-west-2', - 'https://client.rum.us-east-1.amazonaws.com/1.0.2/cwr.js', + 'https://client.rum.us-east-1.amazonaws.com/1.x/cwr.js', { sessionSampleRate: 1, identityPoolId: 'us-west-2:00000000-0000-0000-0000-000000000000', @@ -67,7 +67,7 @@ The code snippet accepts six arguments. The snippet below shows these arguments '00000000-0000-0000-0000-000000000000', '1.0.0', 'us-west-2', - 'https://client.rum.us-east-1.amazonaws.com/1.0.2/cwr.js', + 'https://client.rum.us-east-1.amazonaws.com/1.x/cwr.js', { /* configuration */ } ); @@ -79,7 +79,7 @@ The code snippet accepts six arguments. The snippet below shows these arguments | 2 | AppMonitor ID | String | A globally unique identifier for the CloudWatch RUM AppMonitor which monitors your application. | | 3 | Application Version | String | Your application's semantic version. If you do not wish to use this field then add any placeholder, such as `'0.0.0'`. | | 4 | Region | String | The AWS region of the AppMonitor. For example, `'us-east-1'` or '`eu-west-2'`. | -| 5 | Web Client URL | String | The URL of the web client bundle. For example, `'https://client.rum.us-east-1.amazonaws.com/1.0.2/cwr.js'` | +| 5 | Web Client URL | String | The URL of the web client bundle. For example, `'https://client.rum.us-east-1.amazonaws.com/1.x/cwr.js'` | | 6 | Configuration | [Configuration](configuration.md) | An application-specific configuration for the web client. | ## Configuring the CloudWatch RUM web client @@ -95,7 +95,7 @@ The snippet below shows several configuration options with the body of the snipp '00000000-0000-0000-0000-000000000000', '1.0.0', 'us-west-2', - 'https://client.rum.us-east-1.amazonaws.com/1.0.2/cwr.js', + 'https://client.rum.us-east-1.amazonaws.com/1.x/cwr.js', { sessionSampleRate:1, identityPoolId:'us-west-2:00000000-0000-0000-0000-000000000000', diff --git a/docs/cdn_react.md b/docs/cdn_react.md index 853e4d8c..f89edbc0 100644 --- a/docs/cdn_react.md +++ b/docs/cdn_react.md @@ -34,7 +34,7 @@ To install the web client in a React application, add the snippet inside the \