-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(build): Add trace attribute to track builds failing from Netlify…
… maintained extensions (#5914) * feat(build): track netlify owned extensions * feat: add if plugin is maintained by netlify * fix: move adding new plugin attribute to where the others are set * fix: update netlify maintained extension names * chore: cleanup * chore: remove unused trace attribute * chore: add debug logs * update console.log * chore: log integrations * fix: fix debug log * chore: add extension author to trace * fix: add auth and slug to trace correctly * chore: add slug and author to trace * chore: add debug logs * chore: add extensionMetadata to attributes * chore: clean up * fix: fix unused var error * chore: add types for extension metadata * chore: remove debug log * chore: update test --------- Co-authored-by: NikAiyer <[email protected]>
- Loading branch information
1 parent
c22be64
commit 7e99c26
Showing
7 changed files
with
42 additions
and
3 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ export type Integration = { | |
dev?: { | ||
path: string | ||
} | ||
author?: string | ||
} |