There was an error while loading. Please reload this page.
1 parent 11b34bf commit 7e1c9c8Copy full SHA for 7e1c9c8
1 file changed
‎.claude/skills/upgrade-browser-sdk-v7/SKILL.md‎
@@ -51,7 +51,7 @@ script.crossOrigin = 'anonymous' // Must set BEFORE setting src
51
script.src = 'https://www.datadoghq-browser-agent.com/us1/v7/datadog-rum.js'
52
```
53
54
-Search: `grep -rn "datadoghq-browser-agent" --include="*.html" --include="*.js" --include="*.ts"`
+Search: `grep -rn "datadoghq-browser-agent" --include="*.html" --include="*.js" --include="*.ts" --include="*.jsx"`
55
56
Check every match for the `crossorigin` attribute (HTML) or `.crossOrigin` property (JS).
57
0 commit comments