Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASP.NET Core Browser Injection: Implement RUM script injection logic #1995

Closed
tippmar-nr opened this issue Oct 20, 2023 · 2 comments · Fixed by #2015
Closed

ASP.NET Core Browser Injection: Implement RUM script injection logic #1995

tippmar-nr opened this issue Oct 20, 2023 · 2 comments · Fixed by #2015

Comments

@tippmar-nr
Copy link
Member

tippmar-nr commented Oct 20, 2023

Describe the story, please be clear on scope of the story.

The POC branch currently only looks for the </head> tag and injects the RUM script just prior to it.

Implement logic for ASP.NET Core 6+ that is similar to (or perhaps re-uses) the existing logic used for injecting the RUM script for ASP.NET in Framework applications, where several potential locations for injecting the script are considered.

Also add unit tests in RumLoaderInsertionLocationTests to exercise the cross-agent test scenarios for RUM script placement.

Acceptance Criteria

The RUM script is injected properly in ASP.NET Core 6+ web applications in various situations, with logging to indicate success or failure. Unit tests pass.

Estimates

Please provide initial t-shirt size
M

@workato-integration
Copy link

@workato-integration
Copy link

Work has been completed on this issue.

@tippmar-nr tippmar-nr linked a pull request Nov 1, 2023 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant