You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/javascript-feature-extensions.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ Ignore this setup if you use the npm setup.
104
104
> After `parentDataTag` is used, the SDK begins looking for parent tags across your entire application and not just the HTML element where you used it.
105
105
1. The `customDataPrefix` provided by the user should always start with `data-`. An example is `data-sample-`. In HTML, the `data-*` global attributes are called custom data attributes that allow proprietary information to be exchanged between the HTML and its DOM representation by scripts. Older browsers like Internet Explorer and Safari drop attributes they don't understand, unless they start with `data-`.
106
106
107
-
The asterisk (`*`) in `data-*`can be replaced by any name following the [production rule of XML names](https://www.w3.org/TR/REC-xml/#NT-Name) with the following restrictions:
107
+
You can replace the asterisk (`*`) in `data-*`with any name following the [production rule of XML names](https://www.w3.org/TR/REC-xml/#NT-Name) with the following restrictions.
108
108
- The name must not start with "xml," whatever case is used for the letters.
109
109
- The name must not contain a semicolon (U+003A).
110
110
- The name must not contain capital letters.
@@ -167,7 +167,7 @@ The following key properties are captured by default when the plug-in is enabled
167
167
| metaDataPrefix | String | Null | N/A | Automatic capture HTML Head's meta element name and content with provided prefix when captured. For example, `custom-` can be used in the HTML meta tag. |
168
168
| captureAllMetaDataContent | Boolean | False | N/A | Automatic capture all HTML Head's meta element names and content. Default is false. If enabled, it overrides provided `metaDataPrefix`. |
169
169
| parentDataTag | String | Null | N/A | Stops traversing up the DOM to capture content name and value of elements when encountered with this tag. For example, `data-<yourparentDataTag>` can be used in the HTML tags.|
170
-
| dntDataTag | String |`ai-dnt`|`data-ai-dnt`|HTML elements with this attribute are ignored by the plug-in for capturing telemetry data.|
170
+
| dntDataTag | String |`ai-dnt`|`data-ai-dnt`|The plug-in for capturing telemetry data ignores HTML elements with this attribute.|
0 commit comments