sentry icon indicating copy to clipboard operation
sentry copied to clipboard

feat(uptime): Add uptime issue frontend type and config

Open davidenwang opened this issue 1 year ago • 1 comments

Adds new uptime issue type to frontend, to my knowledge this shouldn't be shown anywhere until we have uptime issues being created.

Related to:

  • https://github.com/getsentry/sentry/pull/72574
  • https://github.com/getsentry/sentry/pull/72793

Fixes: https://github.com/getsentry/sentry/issues/72914

davidenwang avatar Jun 17 '24 23:06 davidenwang

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.98%. Comparing base (bca0bde) to head (f9eedef). Report is 329 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #72918      +/-   ##
==========================================
+ Coverage   77.97%   77.98%   +0.01%     
==========================================
  Files        6619     6624       +5     
  Lines      295416   295783     +367     
  Branches    50882    50954      +72     
==========================================
+ Hits       230352   230677     +325     
- Misses      58788    58850      +62     
+ Partials     6276     6256      -20     
Files Coverage Δ
static/app/components/stream/group.tsx 58.97% <ø> (+0.26%) :arrow_up:
static/app/types/group.tsx 73.68% <ø> (ø)
static/app/utils/issueTypeConfig/index.tsx 63.63% <ø> (ø)
static/app/utils/issueTypeConfig/uptimeConfig.tsx 100.00% <100.00%> (ø)

... and 320 files with indirect coverage changes

codecov[bot] avatar Jun 18 '24 00:06 codecov[bot]