-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[MVP] Integrate sentry to all java-based connectors #9745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
.../main/java/io/airbyte/integrations/destination/bigquery/BigQueryDenormalizedDestination.java
Show resolved
Hide resolved
airbyte-integrations/connectors/destination-bigquery-denormalized/src/main/resources/log4j2.xml
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/destination-bigquery-denormalized/build.gradle
Outdated
Show resolved
Hide resolved
It looks like many changes are needed to actually make the integration work on cloud. The best strategy is probably to add the DSN directly in the dockerfile of snowflake and bigquery, and limit the changes to those two connectors first. I will experiment this locally, and make some necessary changes to this PR, so that we can merge this one as soon as possible. |
/publish connector=connectors/destination-e2e-test
|
/publish connector=connectors/destination-dev-null
|
/publish connector=connectors/source-e2e-test
|
/publish connector=connectors/source-e2e-test-cloud
|
Publishing is blocked. I will revert the version bump, and publish the connectors in follow-up PRs. |
/test connector=connectors/source-e2e-test
|
/test connector=connectors/destination-e2e-test
|
What
How
APPLICATION_VERSION
inDockerfile
.ENABLE_SENTRY
istrue
.Recommended reading order
Dockerfile
IntegrationRunner.java
AirbyteSentry.java
🚨 User Impact 🚨
No user impact.