Skip to content

Commit

Permalink
Fix redirect from platform docs to specific guides (#3374)
Browse files Browse the repository at this point in the history
The note would end up in in guides as well due to the missing
noGuides attribute.

The PlaformSection was also excluding more than the guide redirection,
causing sub-guides to lose content. If we want to do this the change
should probably happen along with a followup to add it back to the
sub-guides unless they explicitly don't want that content.

The redirect is also now a green note, instead of a warning. Warnings
should be reserved for very extraordinary cases.
  • Loading branch information
torarnv authored Apr 9, 2021
1 parent a0bf46c commit 4cc6bb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/platforms/common/index.mdx
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<PlatformContent includePath="getting-started-primer" />

<PlatformSection notSupported={["android", "dart", "elixir", "flutter", "perl", "react-native", "unity"]}>
On this page, we get you up and running with Sentry's SDK, so that it will automatically report errors and exceptions in your application.

<PlatformSection noGuides notSupported={["android", "dart", "elixir", "flutter", "perl", "react-native", "unity"]}>

<Alert level="warning" title="Using a framework?">
<Alert level="info" title="Using a framework?">

Get started using a guide listed in the right sidebar.

</Alert>

On this page, we get you up and running with Sentry's SDK, so that it will automatically report errors and exceptions in your application.
</PlatformSection>

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

</PlatformSection>

## Install

Sentry captures data by using an SDK within your application’s runtime.
Expand Down

1 comment on commit 4cc6bb2

@vercel
Copy link

@vercel vercel bot commented on 4cc6bb2 Apr 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.