Skip to content

Commit 5f41cff

Browse files
remove other configs
1 parent bc3b4ba commit 5f41cff

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

static/app/gettingStartedDocs/console/nintendo-switch.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,9 @@ const onboarding: OnboardingConfig = {
126126
int main(void) {
127127
sentry_options_t *options = sentry_options_new();
128128
sentry_options_set_dsn(options, "${params.dsn.public}");
129-
sentry_options_set_database_path(options, "/your/cache/path");
130-
sentry_options_set_network_connect_func(options, &SubmitNetworkRequestThreadSafe);
131-
132-
// Initialize network access (platform-specific)
133-
// See private repository for Nintendo Switch specific implementation
134-
129+
// Example of Nintendo Switch-specific configuration options
130+
// (including database path) are available in
131+
// the sample folder of the private repository
135132
sentry_init(options);
136133
}
137134
`,

0 commit comments

Comments
 (0)