Skip to content
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

ref(sourcemaps): added faulty integration to troubleshooting doc #12915

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions platform-includes/sourcemaps/troubleshooting/javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,8 @@ The Sentry Node.js SDK generally works well with the [source-map-support](https:

If you are uploading source maps to Sentry or if you are using a Sentry SDK in the browser, your code cannot use the `source-map-support` package.
`source-map-support` overwrites the captured stack trace in a way that prevents our source map processors from correctly parsing it.

### Third-Party Integrations
In rare cases, faulty integrations may modify the error sent to Sentry, causing essential information to be lost and preventing Sentry from displaying the source map. Temporarily disable third-party [integrations](../../../docs/platforms/javascript/common/configuration/integrations/index.mdx) to rule out this possibility.