Skip to content

Commit

Permalink
Delete docs for old sentry integration (airbytehq#27719)
Browse files Browse the repository at this point in the history
* Delete sentry-integration.md

* rm image

* rm other references
  • Loading branch information
pedroslopez authored Jun 26, 2023
1 parent 543897c commit b4051cc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 21 deletions.
Binary file removed docs/.gitbook/assets/sentry-flow-v1.png
Binary file not shown.
1 change: 0 additions & 1 deletion docs/operator-guides/configuring-airbyte.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ Set to empty values, e.g. "" to disable basic auth. **Be sure to change these va
2. `MAX_CHECK_WORKERS` - Define the maximum number of Check workers each Airbyte Worker container can support. Defaults to 5.
3. `MAX_SYNC_WORKERS` - Define the maximum number of Sync workers each Airbyte Worker container can support. Defaults to 5.
4. `MAX_DISCOVER_WORKERS` - Define the maximum number of Discover workers each Airbyte Worker container can support. Defaults to 5.
5. `SENTRY_DSN` - Define the [DSN](https://docs.sentry.io/product/sentry-basics/dsn-explainer/) of necessary Sentry instance. Defaults to empty. Integration with Sentry is explained [here](./sentry-integration.md)

#### Data Retention

Expand Down
11 changes: 0 additions & 11 deletions docs/operator-guides/sentry-integration.md

This file was deleted.

10 changes: 1 addition & 9 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,15 +371,7 @@ const operatorGuide = {
'operator-guides/transformation-and-normalization/transformations-with-airbyte',
],
},
{
type: 'category',
label: 'Configuring Airbyte',
link: {
type: 'doc',
id: 'operator-guides/configuring-airbyte',
},
items: ['operator-guides/sentry-integration'],
},
'operator-guides/configuring-airbyte',
'operator-guides/using-custom-connectors',
'operator-guides/scaling-airbyte',
'operator-guides/configuring-sync-notifications',
Expand Down

0 comments on commit b4051cc

Please sign in to comment.