Skip to content

Commit

Permalink
feat(electron): Add link to macos sandboxing restriction (#11741)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad authored Nov 6, 2024
1 parent 5a021df commit c917e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/javascript/guides/electron/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ The Electron SDK supports [Source Maps](https://www.html5rocks.com/en/tutorials/

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.

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.
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.

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

Expand Down

0 comments on commit c917e2b

Please sign in to comment.