Skip to content

Commit 22eb3ca

Browse files
ref(react-native): remove dsn as main group. (#15620)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR <img width="1278" height="953" alt="image" src="https://github.com/user-attachments/assets/d5bf9c92-edf0-40fa-9526-2ac3bc1059a3" /> The grouping makes no sense at the moment, My fix is to replace the "dsn" group by "core options" ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [x] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## LEGAL BOILERPLATE ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
1 parent 7e79850 commit 22eb3ca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/platforms/react-native/configuration/options.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ sidebar_order: 1
66

77
<PlatformContent includePath="configuration/config-intro" />
88

9-
## Core Options
9+
## Available Options
1010

11-
<TableOfContents ignoreIds={["core-options"]} />
11+
<TableOfContents ignoreIds={["available-options"]} />
1212

1313
Options that can be read from an environment variable (`SENTRY_DSN`, `SENTRY_ENVIRONMENT`, `SENTRY_RELEASE`) are read automatically.
1414

15+
## Core Options
16+
1517
<SdkOption name="dsn">
1618

1719
The DSN tells the SDK where to send the events. If this value is not provided, the SDK will try to read it from the `SENTRY_DSN` environment variable. If that variable also does not exist, the SDK will just not send any events.

0 commit comments

Comments
 (0)