Skip to content

Commit

Permalink
update docs (#39137)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yermilov-gl authored Jun 7, 2024
1 parent 9d368aa commit 2f1ed56
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/integrations/sources/sentry.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,22 @@ The Sentry source connector supports the following [sync modes](https://docs.air
- [Projects](https://docs.sentry.io/api/projects/list-your-projects/)
- [Releases](https://docs.sentry.io/api/releases/list-an-organizations-releases/)

## Limitations & Troubleshooting

<details>
<summary>
Expand to see details about Sentry connector limitations and troubleshooting.
</summary>

### Connector limitations

:::warning
**Sentry API Restriction on Events Data**: Access to the events endpoint is guaranteed only for the last 90 days by Sentry. If you use the Full Refresh Overwrite sync, be aware that any events data older than 90 days will be **deleted** from your target destination and replaced with the data from the last 90 days only. Use an Append sync mode to ensure historical data is retained.
Please be aware: this also means that any change older than 90 days will not be replicated using the incremental sync mode. If you want all your synced data to remain up to date, please set up your sync frequency to no more than 90 days.
:::

</details>

## Data type map

| Integration Type | Airbyte Type |
Expand Down

0 comments on commit 2f1ed56

Please sign in to comment.