Skip to content

Commit

Permalink
Add note for Nintendo Switch builds (#7596)
Browse files Browse the repository at this point in the history
* Add note for nintendo builds
* change note order
  • Loading branch information
shanamatthews authored Aug 4, 2023
1 parent fe203e1 commit 918cfa7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/platforms/unity/native-support/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ The setup for the iOS and Android native SDKs happens during build time, with th

</Note>

<Note>

The Unity SDK captures C# exceptions and does not break any builds targeting Nintendo Switch.

</Note>

## Mobile

The native crash support for Android and iOS is achieved by modifying the generated platform-specific projects during build time. That way, the Sentry native crash support gets initialized before Unity, making it possible to capture errors of the Unity engine itself.
Expand Down

1 comment on commit 918cfa7

@vercel
Copy link

@vercel vercel bot commented on 918cfa7 Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev
docs.sentry.io

Please sign in to comment.