Skip to content

Commit 1b549fc

Browse files
authored
ref(sourcemaps): Add faulty community-maintained packages to troubleshooting doc (#12915)
1 parent c683734 commit 1b549fc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

platform-includes/sourcemaps/troubleshooting/javascript.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,11 @@ The Sentry Node.js SDK generally works well with the [source-map-support](https:
190190

191191
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.
192192
`source-map-support` overwrites the captured stack trace in a way that prevents our source map processors from correctly parsing it.
193+
194+
### Third-Party Integrations
195+
196+
In rare cases, faulty or outdated third-party integrations may modify the error sent to Sentry, causing essential information to be lost and preventing Sentry from displaying the source map. If you're using a third party integration or other community-maintained packages, try to temporarily disable them to rule out this possibility.
197+
198+
We will collect known instances of conflicting third-party packages here:
199+
200+
- `posthog-js` versions from `1.207.4` to `1.229.0` (fixed in `posthog-js` version `1.229.1`)

0 commit comments

Comments
 (0)