Skip to content

Commit 7e1c9c8

Browse files
committed
📝 Add *.jsx to v7 crossorigin search
1 parent 11b34bf commit 7e1c9c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .claude/skills/upgrade-browser-sdk-v7

‎.claude/skills/upgrade-browser-sdk-v7/SKILL.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ script.crossOrigin = 'anonymous' // Must set BEFORE setting src
5151
script.src = 'https://www.datadoghq-browser-agent.com/us1/v7/datadog-rum.js'
5252
```
5353

54-
Search: `grep -rn "datadoghq-browser-agent" --include="*.html" --include="*.js" --include="*.ts"`
54+
Search: `grep -rn "datadoghq-browser-agent" --include="*.html" --include="*.js" --include="*.ts" --include="*.jsx"`
5555

5656
Check every match for the `crossorigin` attribute (HTML) or `.crossOrigin` property (JS).
5757

0 commit comments

Comments
 (0)