Skip to content

Commit 3ea2a65

Browse files
Apply suggestions from code review
Co-authored-by: Isabel <[email protected]>
1 parent dceff82 commit 3ea2a65

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Sentry’s integration platform provides a way for external services to interact
1010

1111
## Quick Start
1212

13-
If you're new to the integration platform, it may help to get started with an example project. To help out, we've built a [reference implementation](https://github.com/getsentry/integration-platform-example) which you can use as a starting point. It demos the different features and data available 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 [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:
1414

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

17-
It's a kanban application that leverages many of the features available to Sentry integrations and provides starter code in both Python and TypeScript. It also includes a step-by-step guide to setting up your first integration, a wealth of docs, and testing advice. Your app will be safely consuming live Sentry data in minutes!
17+
It's a kanban application that uses many of the features available to Sentry integrations and provides starter code in both Python and TypeScript. It also includes a step-by-step guide to setting up your first integration, documentation, and testing advice. Your app will be safely consuming live Sentry data in minutes.
1818

1919
## Creating an Integration
2020

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 these adding features in Python and TypeScript. See the [quick start](/product/integrations/integration-platform/#quick-start) for more info.
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.
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 these adding features in Python and TypeScript. See the [quick start](/product/integrations/integration-platform/#quick-start) for more info.
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.
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 these adding features in Python and TypeScript. See the [quick start](/product/integrations/integration-platform/#quick-start) for more info.
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.
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 these adding features in Python and TypeScript. See the [quick start](/product/integrations/integration-platform/#quick-start) for more info.
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.
1212

1313
</Note>
1414

0 commit comments

Comments
 (0)