File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/platforms/javascript/common/configuration/integrations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ Available options:
53
53
54
54
// Log all click and keypress events
55
55
// - When an object with `serializeAttribute` key is provided,
56
- // Breadcrumbs integration will look for that attribute in DOM elements,
56
+ // Breadcrumbs integration will look for given attribute(s) in DOM elements,
57
57
// while generating the breadcrumb trails.
58
58
// Matched elements will be followed by their custom attributes,
59
59
// instead of their `id`s or `class` names.
60
- dom: boolean | { serializeAttribute: string };
60
+ dom: boolean | { serializeAttribute: string | string[] };
61
61
62
62
// Log HTTP requests done with the Fetch API
63
63
fetch: boolean;
You can’t perform that action at this time.
0 commit comments