Automatically upload metadata files on TurboSnap bails#1400
Draft
codykaup wants to merge 2 commits into
Draft
Conversation
Contributor
|
📦 Package Size: 7128 KB |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## cody/enable-chromatic-log #1400 +/- ##
=============================================================
- Coverage 82.26% 82.25% -0.01%
=============================================================
Files 231 231
Lines 4397 4407 +10
Branches 1262 1265 +3
=============================================================
+ Hits 3617 3625 +8
- Misses 670 672 +2
Partials 110 110 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
a73a175 to
c5d0a2f
Compare
cf0ebf7 to
5df57d6
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an extension from #1399.
We want to help with debugging TurboSnap bails without going back and forth with the customer too much because it's slow and a little annoying as a customer. This change automatically uploads the metadata files (mostly log files) to Chromatic for quicker debugging and a better support experience.
Note: You can opt out of this behavior by setting
--upload-metadata=falseor--no-upload-metadata.📦 Published PR as canary version:
17.6.0--canary.1400.27791204852.0✨ Test out this PR locally via:
npm install chromatic@17.6.0--canary.1400.27791204852.0 # or yarn add chromatic@17.6.0--canary.1400.27791204852.0