-
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.
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
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.