Skip to content

Commit

Permalink
Revert "add tracing and profiling explanation to check boxes (#10815)"
Browse files Browse the repository at this point in the history
This reverts commit 025509d.
  • Loading branch information
lizokm authored Jul 29, 2024
1 parent 025509d commit 20fdf4a
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 123 deletions.
6 changes: 0 additions & 6 deletions docs/platforms/android/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ If you don't already have an account and Sentry project established, head over t

</Note>

## Features

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

## Install

<OnboardingOptionButtons
Expand Down
6 changes: 0 additions & 6 deletions docs/platforms/apple/common/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ The support for [visionOS](https://developer.apple.com/visionos/) is currently e

</PlatformSection>

## Features

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

## Install

<OnboardingOptionButtons
Expand Down
6 changes: 0 additions & 6 deletions docs/platforms/dart/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ If you don't already have an account and Sentry project established, head over t

</Note>

## Features

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

## Install

<OnboardingOptionButtons
Expand Down
9 changes: 2 additions & 7 deletions docs/platforms/dotnet/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ If you don't already have an account and Sentry project established, head over t

</Note>

This <PlatformLink to="/compatibility/">SDK is compatible</PlatformLink> with the latest .NET and .NET Core platforms, as well as .NET Standard 2.0 and .NET Framework 4.6.1 or newer. You can use it with applications written in C#, VB.NET, F#, and other .NET programming languages. For older versions, such as .NET Framework 3.5, you may continue to use our <Link rel={`nofollow`} to={`/platforms/dotnet/legacy-sdk/`}>legacy SDK</Link>, until further notice.

## Features

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).
<GuideGrid platform="dotnet" />

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.
This <PlatformLink to="/compatibility/">SDK is compatible</PlatformLink> with the latest .NET and .NET Core platforms, as well as .NET Standard 2.0 and .NET Framework 4.6.1 or newer. You can use it with applications written in C#, VB.NET, F#, and other .NET programming languages. For older versions, such as .NET Framework 3.5, you may continue to use our <Link rel={`nofollow`} to={`/platforms/dotnet/legacy-sdk/`}>legacy SDK</Link>, until further notice.

## Install

Expand Down Expand Up @@ -100,4 +96,3 @@ catch (Exception ex)
SentrySdk.CaptureException(ex);
}
```
<GuideGrid platform="dotnet" />
6 changes: 0 additions & 6 deletions docs/platforms/flutter/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ If you don't already have an account and Sentry project established, head over t

</Note>

## Features

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

## Install

<OnboardingOptionButtons
Expand Down
27 changes: 3 additions & 24 deletions docs/platforms/javascript/common/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,8 @@ If you prefer to follow video instructions, see [How to Install the Sentry Next.

<PlatformSection notSupported={["javascript.deno"]}>

<PlatformCategorySection notSupported={["server"]}>
<PlatformSection notSupported={["javascript.cordova"]}>
</PlatformSection>
</PlatformCategorySection>

<PlatformCategorySection notSupported={["browser"]}>
<PlatformSection notSupported={["javascript.bun"]}>
</PlatformSection>
</PlatformCategorySection>

<PlatformSection notSupported={["javascript", "javascript.cordova", "javascript.astro", "javascript.nextjs", "javascript.remix", "javascript.sveltekit"]}>
## Install

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also get to the root of an error or performance issue faster, by watching a video-like reproduction of a user session with [session replay](/product/explore/session-replay/web/getting-started/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.
</PlatformSection>

<PlatformCategorySection notSupported={["server"]}>
<PlatformSection notSupported={["javascript", 'javascript.cordova']}>
<OnboardingOptionButtons
Expand All @@ -69,18 +53,13 @@ Select which Sentry features you'd like to install in addition to Error Monitori
</PlatformSection>
</PlatformCategorySection>


<PlatformCategorySection notSupported={["browser"]}>
<PlatformSection notSupported={["javascript.bun"]}>
<OnboardingOptionButtons
options={["error-monitoring", "performance", "profiling"]}
/>
</PlatformSection>

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

<PlatformSection supported={["javascript.bun"]}>
<OnboardingOptionButtons options={["error-monitoring", "performance"]} />
</PlatformSection>
Expand Down Expand Up @@ -111,11 +90,11 @@ Sentry supports multiple versions of React Router. See the <PlatformLink to="/co
<PlatformContent includePath="getting-started-sourcemaps" />

<PlatformSection supported={["javascript.bun"]}>

## Use

<PlatformContent includePath="getting-started-use" />

</PlatformSection>


Expand Down
6 changes: 0 additions & 6 deletions docs/platforms/javascript/guides/angular/angular1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ From version 7 onwards, the Sentry JavaScript SDK will not support AngularJS 1.x

</Alert>

## Features

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also get to the root of an error or performance issue faster, by watching a video-like reproduction of a user session with [session replay](/product/explore/session-replay/web/getting-started/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

### Install

Install `@sentry/browser` and `@sentry/integrations` using `yarn` or `npm`:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ Finally, set the region and copy the provided ARN value into the input.

The easiest way to set up the SDK is to start and configure it using environment variables. This way, you don't have to modify your Lambda function code.

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

<OnboardingOptionButtons options={["error-monitoring", "performance"]} />

Set the following environment variables in your Lambda function configuration:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ Before you begin, make sure you have the following:

## 2. Install

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.


<OnboardingOptionButtons
options={["error-monitoring", "performance", "profiling"]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ Before you begin, make sure you have the following:

## 2. Install

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

<OnboardingOptionButtons
options={["error-monitoring", "performance", "profiling"]}
/>
Expand Down
8 changes: 1 addition & 7 deletions docs/platforms/javascript/guides/azure-functions/index.mdx
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
---
title: Azure Functions
description: "Learn how to use Sentry's Azure Functions SDK."
description: "Learn about using Sentry with Azure Functions."
sdk: sentry.javascript.node
fallbackGuide: javascript.node
categories:
- serverless
---

## Features

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

## Install

<OnboardingOptionButtons
Expand Down
6 changes: 0 additions & 6 deletions docs/platforms/javascript/guides/electron/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ categories:

`@sentry/electron` is the official Sentry SDK for Electron applications. It can capture JavaScript exceptions in the `main` and `renderer` processes, as well as collect native crash reports (Minidumps).

## Features

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also get to the root of an error or performance issue faster, by watching a video-like reproduction of a user session with [session replay](/product/explore/session-replay/web/getting-started/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

## Install

<OnboardingOptionButtons
Expand Down
6 changes: 0 additions & 6 deletions docs/platforms/javascript/guides/gatsby/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ categories:
- browser
---

## Features

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also get to the root of an error or performance issue faster, by watching a video-like reproduction of a user session with [session replay](/product/explore/session-replay/web/getting-started/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

## Install

<OnboardingOptionButtons
Expand Down
6 changes: 0 additions & 6 deletions docs/platforms/javascript/guides/gcp-functions/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ categories:
This guide is for version 8.0.0 and up of `@sentry/google-cloud-serverless`.
</Note>

## Features

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

## Install

<OnboardingOptionButtons
Expand Down
9 changes: 1 addition & 8 deletions docs/platforms/react-native/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: React Native
description: Learn how to set up Sentry's React Native SDK.
sdk: sentry.javascript.react-native
fallbackPlatform: javascript
caseStyle: camelCase
Expand All @@ -9,20 +8,14 @@ categories:
- mobile
---

Read on to find out how to set up Sentry's React Native SDK which will automatically report errors and exceptions in your application. If you prefer to follow video instructions, see [How to Install the Sentry React Native SDK in 60 Seconds](https://vimeo.com/899369012).
On this page, we get you up and running with Sentry's React Native SDK, automatically reporting errors and exceptions in your application. If you prefer to follow video instructions, see [How to Install the Sentry React Native SDK in 60 Seconds](https://vimeo.com/899369012).

<Note>

If you don't already have an account and Sentry project established, head over to [sentry.io](https://sentry.io/signup/), then return to this page.

</Note>

## Features

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

## Install

<OnboardingOptionButtons
Expand Down
6 changes: 0 additions & 6 deletions docs/platforms/ruby/common/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ Don't already have an account and Sentry project established? Head over to [sent

If you prefer to follow video instructions, see [How to Install the Sentry Ruby SDK in 60 Seconds](https://vimeo.com/899369197).

## Features

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

## Install

<OnboardingOptionButtons
Expand Down
4 changes: 0 additions & 4 deletions platform-includes/getting-started-config/javascript.deno.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

<OnboardingOptionButtons options={["error-monitoring", "performance"]} />

```javascript {tabTitle: Deno} {"onboardingOptions": {"performance": "5-9" }}
Expand Down
6 changes: 0 additions & 6 deletions platform-includes/getting-started-node/javascript.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
Don't already have an account and Sentry project established? Head over to [sentry.io](https://sentry.io/signup/), then return to this page.

## Features

In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).

Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

## Install

<OnboardingOptionButtons
Expand Down

0 comments on commit 20fdf4a

Please sign in to comment.