Skip to content

Commit

Permalink
Add links to setup videos (#8906)
Browse files Browse the repository at this point in the history
* Add links to setup videos

* fix typo
  • Loading branch information
shanamatthews committed Jan 19, 2024
1 parent fe25238 commit 39f4f5d
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/platforms/javascript/common/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@ Get started using a guide listed in the right sidebar.

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 noGuides>

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

</PlatformSection>

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

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

</PlatformSection>

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

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

</PlatformSection>

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

## Install
Expand Down
2 changes: 2 additions & 0 deletions src/platforms/node/common/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ On this page, we get you up and running with Sentry's SDK.

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

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

## Install

Sentry captures data by using an SDK within your application’s runtime.
Expand Down
2 changes: 2 additions & 0 deletions src/platforms/python/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ See our <PlatformLink to="/integrations/">Integrations</PlatformLink> page to ge

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

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

## Install

Sentry captures data by using an SDK within your application’s runtime.
Expand Down
2 changes: 2 additions & 0 deletions src/platforms/react-native/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ On this page, we get you up and running with Sentry's SDK.

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

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

## Install

Sentry captures data by using an SDK within your application’s runtime.
Expand Down
2 changes: 2 additions & 0 deletions src/platforms/ruby/common/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ On this page, we get you up and running with Sentry's SDK.

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

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

## Install

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

1 comment on commit 39f4f5d

@vercel
Copy link

@vercel vercel bot commented on 39f4f5d Jan 19, 2024

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:

sentry-docs – ./

sentry-docs.sentry.dev
docs.sentry.io
sentry-docs-git-master.sentry.dev

Please sign in to comment.