Skip to content

Commit 982adab

Browse files
committed
✏️ Rewrite ref-impl to example app
1 parent 3ea2a65 commit 982adab

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/components/banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const BANNER_TEXT =
1010
"We've built a reference app to make it easier to build on the integration platform! Check it out for useful code examples in Python and TypeScript.";
1111

1212
const BANNER_LINK_URL =
13-
"/product/integrations/integration-platform/#quick-start";
13+
"/product/integrations/integration-platform/#example-app";
1414
const BANNER_LINK_TEXT = "Get started here.";
1515
const OPTIONAL_BANNER_IMAGE = null;
1616

src/docs/product/integrations/integration-platform/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ description: "Learn more about Sentry’s integration platform and how it provid
88

99
Sentry’s integration platform provides a way for external services to interact with Sentry using [webhooks](/product/integrations/integration-platform/webhooks/), [UI components](/product/integrations/integration-platform/ui-components/), and the [REST API](/api). Integrations using this platform are first-class actors within Sentry.
1010

11-
## Quick Start
11+
## Example App
1212

13-
If you're new to the integration platform, it might help to get started with an example project. To help you out, we've built a [reference implementation](https://github.com/getsentry/integration-platform-example), which you can use as a starting point. It demonstrates the different features and data available for your application:
13+
If you're new to the integration platform, it might help to get started with an example project. To help you out, we've built a [example app](https://github.com/getsentry/integration-platform-example), which you can use as a starting point. It demonstrates the different features and data available for your application:
1414

1515
![Demo kanban application user interface that was built to show integration platform features.](reference-implementation-frontend.png)
1616

src/docs/product/integrations/integration-platform/internal-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Learn more about Sentry's internal integrations."
66

77
<Note>
88

9-
We've built a [reference implementation](https://github.com/getsentry/integration-platform-example) to help you get started with building on Sentry's integration platform. Check it out for realistic code examples for adding these features in Python and TypeScript. See the [quick start](/product/integrations/integration-platform/#quick-start) for more information.
9+
We've built an [example app](https://github.com/getsentry/integration-platform-example) to help you get started with building on Sentry's integration platform. Check it out for useful code snippets for adding these features in Python and TypeScript. See the [docs](/product/integrations/integration-platform/#example-app) for more information.
1010

1111
</Note>
1212

src/docs/product/integrations/integration-platform/public-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Learn more about Sentry's public integrations."
66

77
<Note>
88

9-
We've built a [reference implementation](https://github.com/getsentry/integration-platform-example) to help you get started with building on Sentry's integration platform. Check it out for realistic code examples for adding these features in Python and TypeScript. See the [quick start](/product/integrations/integration-platform/#quick-start) for more information.
9+
We've built an [example app](https://github.com/getsentry/integration-platform-example) to help you get started with building on Sentry's integration platform. Check it out for useful code snippets for adding these features in Python and TypeScript. See the [docs](/product/integrations/integration-platform/#example-app) for more information.
1010

1111
</Note>
1212

src/docs/product/integrations/integration-platform/ui-components/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Learn more about Sentry's integration platform User Interface (UI)
88

99
<Note>
1010

11-
We've built a [reference implementation](https://github.com/getsentry/integration-platform-example) to help you get started with building on Sentry's integration platform. Check it out for realistic code examples for adding these features in Python and TypeScript. See the [quick start](/product/integrations/integration-platform/#quick-start) for more information.
11+
We've built an [example app](https://github.com/getsentry/integration-platform-example) to help you get started with building on Sentry's integration platform! Check it out for useful code snippets for adding these features in Python and TypeScript. See the [docs](/product/integrations/integration-platform/#example-app) for more information.
1212

1313
</Note>
1414

src/docs/product/integrations/integration-platform/webhooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Learn more about Sentry's integration platform webhooks and how th
88

99
<Note>
1010

11-
We've built a [reference implementation](https://github.com/getsentry/integration-platform-example) to help you get started with building on Sentry's integration platform. Check it out for realistic code examples for adding these features in Python and TypeScript. See the [quick start](/product/integrations/integration-platform/#quick-start) for more information.
11+
We've built an [example app](https://github.com/getsentry/integration-platform-example) to help you get started with building on Sentry's integration platform. Check it out for useful code snippets for adding these features in Python and TypeScript. See the [docs](/product/integrations/integration-platform/#example-app) for more information.
1212

1313
</Note>
1414

0 commit comments

Comments
 (0)