Capturing POST/PUT requests in Session Replay #9039
Unanswered
chasegiunta
asked this question in
Q&A
Replies: 1 comment 5 replies
-
@chasegiunta could u please share a small reproducible repo or zip file? looking at that snippet, things should be working fine. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're not able to see POST or PUT requests in the replay, regardless of setting the
networkDetailAllowUrls
option.We currently have it set as
networkDetailAllowUrls: [window.location.origin],
, but explicitly setting the URL to our API endpoint, which is on the same domain, still yields no captures.What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions