Description
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
-
Create a new project in with visual studio as an AspNetCore Web App (Model-View-Controller):
-
Create new project in Sentry with browser javascript:
- Add the following line of code to the header in the Views/Home/Shared/_Layout.cshtml file with the correct dsn number for that project:
- Add the following line of code to the Views/Home/Privacy.cshtml file to trigger an error that is sent to sentry:
- Run the solution and click on the Privacy tab at the top and the error will be triggered and sent to the Sentry project:
Expected Result
Since session replays are on by default with the loader script:
https://docs.sentry.io/platforms/javascript/install/loader/
This should trigger an Error with a session replay as we threw an error in the <script> tag and you will see this in the sentry project. However, this will not show up in the session replays for that specific error. Since the default is at session replays will trigger after every error it should show up in that issue:
After running it a few times however I do see a session replay in the normal replays but do not see any issues attached to that session replay.
Actual Result
Should be seeing it in this tab of the issue since it is an error but I do not:
Product Area
Replays
Link
No response
DSN
No response
Version
No response
Metadata
Assignees
Type
Projects
Status
No status