The content of sourcemaps is not displayed in the error

Hi!

Create react project.
Upload source maps with release.
Run app with release and throw error.

In Errors not expand files content.
Artifacts with for release.

Error

Can not expand files.

In js exist
//# sourceMappingURL=main.a86f96c7.chunk.js.map

In logs see only
[WARNING] django.request: Not Found: /api/XXXXX/events/XXXXX/committers/ (status_code=404 request=<WSGIRequest: GET '/api/XXXXX/events/XXXXX/committers/'>)

Same config works on sentry.io.

What can i check?

Thank you!

Looks like seting SENTRY_SCRAPE_JAVASCRIPT_CONTEXT False in sentry.conf.py
Disable sourcecode fetching for JavaScript events totally and for js in artifacts.

If leave defaults SENTRY_SCRAPE_JAVASCRIPT_CONTEXT True and disable in web-interface “Allow JavaScript Source Fetching” then all works.

Disable in web “Allow JavaScript Source Fetching”:


Default value:

But i not sure what option more priority.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.