-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Connector Builder] Add Segment event tracking (#21686)
* direct connector builder to first workspace and fix routing * add connector builder namespace and actions * track connector builder start event * track api url created event * track auth method select * fix action description * track user input events * track sidebar events * track stream creation * track copying stream * track stream delete * track stream test success/failure * track download yaml and fix yaml file name * track events for switching between ui/yaml * track events for overwriting and merging schemas * fix stream test failure/success events and add tracking of test initiation * do not send schema contents in events * track when stream is selected from testing panel * fix typo * handle initial setup completed in e2e tests * add warning about not putting sensitive info into URL fields * fix before in e2e test
- Loading branch information
Showing
18 changed files
with
295 additions
and
24 deletions.
There are no files selected for viewing
12 changes: 11 additions & 1 deletion
12
airbyte-webapp-e2e-tests/cypress/integration/connectorBuilder.spec.ts
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
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.