1
0
mirror of synced 2026-01-10 09:04:48 -05:00
Files
airbyte/airbyte-integrations/connectors/source-sentry/bootstrap.md
2024-05-07 08:19:33 -07:00

1.0 KiB

Streams

Sentry is a REST API. Connector has the following streams, and all of them support full refresh and incremental.

And a ProjectDetail stream is also implemented just for connection checking.

Authentication

Sentry API offers three types of authentication methods.

  • Auth Token - The most common authentication method in Sentry. Connector only supports this method.
  • DSN Authentication - Only some API endpoints support this method. Not supported by this connector.
  • API Keys - Keys are passed using HTTP Basic auth, and a legacy means of authenticating. They will still be supported but are disabled for new accounts. Not supported by this connector.