-
In our access logs I stumbled upon requests made with user agent
The thing I don't understand, for that JS file to be part of the current stack trace, it HAD to be loaded anyway in the browser. Why does the symbolicator need an additional request to reference any JS code in that file? I also suggest to enhance the documentation about why the |
Beta Was this translation helpful? Give feedback.
Answered by
lforst
Apr 1, 2025
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mydea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
symbolicator is doing requests to fetch the source files when it is not able to resolve source maps via your uploaded artifacts. You can configure in the Sentry interface whether symbolicator should do these requests by toggling the "Allow JavaScript Source Fetching" option in the security and privacy settings.