Skip to content

Commit

Permalink
ref(sourcemaps): added fault integration to troubleshooting doc
Browse files Browse the repository at this point in the history
  • Loading branch information
doronpr authored Mar 4, 2025
1 parent c990ee4 commit e7d5d1f
Showing 1 changed file with 5 additions and 0 deletions.
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.


0 comments on commit e7d5d1f

Please sign in to comment.