-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Replays are not capturing network requests (possibly due to Authorization
header)
#16028
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
Comments
Are there more details on this, e.g. their exact SDK setup, and an example request (headers, url & body, possibly?) that is/is not captured? |
The user is working on a minimal repro. Below is the config.
|
they have duplicate browserTracingINtegrations (they should remove |
#16040 maybe fixes this? |
Billy, let us know if removing the duplicate integration fixes the problem, then we can close this issue. Else, the problem may be elsewhere! |
I'm the user who reported the issue via Discord and was debugging with @billyvg. On Friday, my coworker and I figured out the issue: We are using a generated Thanks for the help on this! |
Glad you were able to resolve this! |
Description
This came in from a user in Discover where their fetch requests are not being captured even though it's seemingly configured correctly. After some debugging the user noticed that the requests with an
Authorization
header were not being captured and a test request without the header was able to be captured.The text was updated successfully, but these errors were encountered: