-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SDK getting started pages (onboarding options) (#12960)
* fix(elixir): code block formatting * fix(.net): onboarding options * fix(php): onboarding options * fix(js): angular onboarding options * fix(js): astro onboarding options * fix(js): aws lambda onboarding options * fix(js): azure functions onboarding options * fix(js): bun onboarding options * fix(js): capacitor onboarding options * fix(js): cloudflare onboarding options * fix(js): connect onboarding options * fix(js): cordova onboarding options * fix(js): deno onboarding options * fix(js): electron onboarding options * fix(js): ember onboarding options * fix(js): deno code snippet for npm * fix(js): express onboarding options * fix(js): fastify onboarding options * fix(js): gatsby onboarding options * fix(js): gcp functions onboarding options * fix(js): hapi onboarding options * fix(js): hono onboarding options * fix(js): koa onboarding options * fix(js): nest.js onboarding options * fix(js): next.js onboarding options * fix(js): nuxt onboarding options * fix(js): react onboarding options * fix(js): react-router onboarding options * fix(js): remix onboarding options * fix(js): solid onboarding options * fix(js): solidstart onboarding options * fix(js): svelte onboarding options * fix(js): sveltekit onboarding options * fix(js): vue onboarding options * fix(js): wasm onboarding options
- Loading branch information
1 parent
074644f
commit 10e4a72
Showing
152 changed files
with
2,432 additions
and
1,860 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ Install the **NuGet** package to add the Sentry dependency: | |
To capture all errors, even the one during the startup of your application, you should initialize the Sentry .NET SDK as soon as possible. | ||
|
||
|
||
```csharp {"onboardingOptions": {"performance": "6-7", "profiling": "8-9"}} | ||
```csharp {"onboardingOptions": {"performance": "5-6", "profiling": "7-8"}} | ||
SentrySdk.Init(options => | ||
{ | ||
options.Dsn = "https://[email protected]/5428537"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.