chromaui / chromatic-cli

Chromatic CLI: `npx chromatic`
https://www.chromatic.com/docs/cli
MIT License
289 stars 70 forks source link

Do not run Sentry in dev #1082

Closed jmhobbs closed 1 month ago

jmhobbs commented 1 month ago

No need for Sentry during development, so turn it off.

📦 Published PR as canary version: 11.11.1--canary.1082.11219638552.0
:sparkles: Test out this PR locally via: ```bash npm install chromatic@11.11.1--canary.1082.11219638552.0 # or yarn add chromatic@11.11.1--canary.1082.11219638552.0 ```
github-actions[bot] commented 1 month ago

📦 Package Size: 5268 KB ✅ Compared to main: 0 KB bd798a15c2736daf4cec5be50fcb826cf992e502 (5268 KB)

codacy-production[bot] commented 1 month ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.01% (target: -1.00%) :white_check_mark: 100.00% (target: 80.00%)
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (bd798a15c2736daf4cec5be50fcb826cf992e502) | 8606 | 4647 | 54.00% | | | Head commit (57eadbbb330c020f69f6f92ef72cb34ad48c01ba) | 8608 (+2) | 4649 (+2) | 54.01% (**+0.01%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#1082) | 3 | 3 | **100.00%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more