Skip to content

Commit c917e2b

Browse files
authored
feat(electron): Add link to macos sandboxing restriction (#11741)
1 parent 5a021df commit c917e2b

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/guides/electron

1 file changed

+1
-1
lines changed

Diff for: docs/platforms/javascript/guides/electron/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ The Electron SDK supports [Source Maps](https://www.html5rocks.com/en/tutorials/
202202

203203
Sentry can process Minidumps created when any of the Electron processes crash. To do so, the SDK needs to upload those files once the application restarts (or immediately for renderer crashes). All event meta data including user information and breadcrumbs are included in these uploads.
204204

205-
Due to restrictions of macOS app sandboxing, native crashes cannot be collected in Mac App Store builds. In this case, native crash handling will be disabled.
205+
Due to [restrictions of macOS app sandboxing](https://electronjs.org/docs/tutorial/mac-app-store-submission-guide#limitations-of-mas-build), native crashes cannot be collected in Mac App Store builds. In this case, native crash handling will be disabled.
206206

207207
<Alert level="warning" title="A Word on Data Privacy">
208208

0 commit comments

Comments
 (0)