Skip to content

Commit

Permalink
Add hint about electron SDK version in source maps troubleshooting do…
Browse files Browse the repository at this point in the history
…cs (#7140)
  • Loading branch information
lforst authored and marandaneto committed Jun 14, 2023
1 parent 5a0123e commit ec90a51
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions src/platform-includes/sourcemaps/troubleshooting/javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,26 @@ For information on the legacy method of uploading source maps, please see the gu

Dependency versions that require the legacy method of uploading source maps include:

- JavaScript SDK version `7.46.0` or lower
- `@sentry/webpack-plugin` package version `1.x` or lower
- `sentry-cli` version `2.16.1` or lower
- Sentry self-hosted or single-tenant on version `23.4.0` or lower
<ul>
<PlatformSection supported={["javascript.electron"]}>
<li>
Electron SDK version <code>4.5.0</code> or lower
</li>
</PlatformSection>
<li>
JavaScript SDK version <code>7.46.0</code> or lower
</li>
<li>
<code>@sentry/webpack-plugin</code> package version <code>1.x</code> or
lower
</li>
<li>
<code>sentry-cli</code> version <code>2.16.1</code> or lower
</li>
<li>
Sentry self-hosted or single-tenant on version <code>23.4.0</code> or lower
</li>
</ul>

</Note>

Expand Down

0 comments on commit ec90a51

Please sign in to comment.