File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
static/app/gettingStartedDocs/console Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -126,12 +126,9 @@ const onboarding: OnboardingConfig = {
126126int 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` ,
You can’t perform that action at this time.
0 commit comments