forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate Sentry for performance and errors tracking. (airbytehq#8248)
* Integrate Sentry for performance and errors tracking. * Add sentry sensitive data scrubbing. * updated cdk version and changelog * Integrate Sentry for performance and errors tracking Add `SENTRY_DSN` environment variable * Integrate Sentry for performance and errors tracking Add `sentry_sdk` to install requirements * format cdk * enable Sentry for google-search-console * updated connector version * update spec and source yamls Co-authored-by: auganbay <[email protected]> Co-authored-by: Sergei Solonitcyn <[email protected]>
- Loading branch information
1 parent
f0a9945
commit fe954c1
Showing
15 changed files
with
568 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,3 +95,6 @@ STATE_STORAGE_MINIO_BUCKET_NAME= | |
STATE_STORAGE_MINIO_ENDPOINT= | ||
|
||
STATE_STORAGE_GCS_BUCKET_NAME= | ||
|
||
# Sentry | ||
SENTRY_DSN="https://[email protected]/6102835" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.