✅ Add Salesforce LWC Test Application. - #4757
Conversation
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 4175f81 | Docs | Datadog PR Page | Give us feedback! |
Bundles Sizes Evolution
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 33581fd399
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0560c00549
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| trackLongTasks: true, | ||
| trackResources: true, | ||
| trackUserInteractions: true, | ||
| beforeSend: (event) => { |
There was a problem hiding this comment.
❓ question:** why do we need to clean?
There was a problem hiding this comment.
Because we need to append the SDK config to the url, so the view name will be created with the config. So to clean a little bit. But it doesn't have to be this way. We can just not clean.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 07a08a229a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Motivation
To be able to e2e test Salesforce LWC, we need a minimal application we can deploy and test on.
Changes
Creates new test app under
test/apps/sf-lwc-appwhich contains 2 screens and several testing buttons which allow to test the rum-slim bundle against salesforce envirnments.It is not yet hooked up into the
build-appsscript so for now it contains inside the folder a script to upload the changes to theengrumSalesforce Sandbox which does not expire.Test instructions
Run the
sf-lwc-appdeploy script with any changes on the rum-slim bundle. Then log into the deployed application here. (Use 1Passwordbeltran.bulbarella@datadoghq.com.engrumdevuser)Checklist