@@ -157,15 +157,15 @@ describe('App Start Integration', () => {
157157
158158 const actualEvent = await captureStandAloneAppStart ( ) ;
159159
160- const appStartRootSpan = actualEvent ! . spans ! . find ( ( { description } ) => description === 'Cold App Start' ) ;
160+ const appStartRootSpan = actualEvent ! . spans ! . find ( ( { description } ) => description === 'Cold Start' ) ;
161161 const bundleStartSpan = actualEvent ! . spans ! . find (
162162 ( { description } ) => description === 'JS Bundle Execution Start' ,
163163 ) ;
164164
165165 expect ( appStartRootSpan ) . toEqual (
166166 expect . objectContaining ( < Partial < SpanJSON > > {
167167 span_id : expect . any ( String ) ,
168- description : 'Cold App Start' ,
168+ description : 'Cold Start' ,
169169 op : APP_START_COLD_OP ,
170170 data : {
171171 [ SEMANTIC_ATTRIBUTE_SENTRY_OP ] : APP_START_COLD_OP ,
@@ -195,15 +195,15 @@ describe('App Start Integration', () => {
195195
196196 const actualEvent = await captureStandAloneAppStart ( ) ;
197197
198- const appStartRootSpan = actualEvent ! . spans ! . find ( ( { description } ) => description === 'Cold App Start' ) ;
198+ const appStartRootSpan = actualEvent ! . spans ! . find ( ( { description } ) => description === 'Cold Start' ) ;
199199 const bundleStartSpan = actualEvent ! . spans ! . find (
200200 ( { description } ) => description === 'JS Bundle Execution Before React Root' ,
201201 ) ;
202202
203203 expect ( appStartRootSpan ) . toEqual (
204204 expect . objectContaining ( < Partial < SpanJSON > > {
205205 span_id : expect . any ( String ) ,
206- description : 'Cold App Start' ,
206+ description : 'Cold Start' ,
207207 op : APP_START_COLD_OP ,
208208 data : {
209209 [ SEMANTIC_ATTRIBUTE_SENTRY_OP ] : APP_START_COLD_OP ,
@@ -234,13 +234,13 @@ describe('App Start Integration', () => {
234234
235235 const actualEvent = await captureStandAloneAppStart ( ) ;
236236
237- const appStartRootSpan = actualEvent ! . spans ! . find ( ( { description } ) => description === 'Cold App Start' ) ;
237+ const appStartRootSpan = actualEvent ! . spans ! . find ( ( { description } ) => description === 'Cold Start' ) ;
238238 const nativeSpan = actualEvent ! . spans ! . find ( ( { description } ) => description === 'test native app start span' ) ;
239239
240240 expect ( appStartRootSpan ) . toEqual (
241241 expect . objectContaining ( < Partial < SpanJSON > > {
242242 span_id : expect . any ( String ) ,
243- description : 'Cold App Start' ,
243+ description : 'Cold Start' ,
244244 op : APP_START_COLD_OP ,
245245 data : {
246246 [ SEMANTIC_ATTRIBUTE_SENTRY_OP ] : APP_START_COLD_OP ,
@@ -472,14 +472,14 @@ describe('App Start Integration', () => {
472472
473473 const actualEvent = await processEvent ( getMinimalTransactionEvent ( ) ) ;
474474
475- const appStartRootSpan = actualEvent ! . spans ! . find ( ( { description } ) => description === 'Cold App Start' ) ;
475+ const appStartRootSpan = actualEvent ! . spans ! . find ( ( { description } ) => description === 'Cold Start' ) ;
476476 const bundleStartSpan = actualEvent ! . spans ! . find (
477477 ( { description } ) => description === 'JS Bundle Execution Start' ,
478478 ) ;
479479
480480 expect ( appStartRootSpan ) . toEqual (
481481 expect . objectContaining ( < Partial < SpanJSON > > {
482- description : 'Cold App Start' ,
482+ description : 'Cold Start' ,
483483 span_id : expect . any ( String ) ,
484484 op : APP_START_COLD_OP ,
485485 origin : SPAN_ORIGIN_AUTO_APP_START ,
@@ -512,14 +512,14 @@ describe('App Start Integration', () => {
512512
513513 const actualEvent = await processEvent ( getMinimalTransactionEvent ( ) ) ;
514514
515- const appStartRootSpan = actualEvent ! . spans ! . find ( ( { description } ) => description === 'Cold App Start' ) ;
515+ const appStartRootSpan = actualEvent ! . spans ! . find ( ( { description } ) => description === 'Cold Start' ) ;
516516 const bundleStartSpan = actualEvent ! . spans ! . find (
517517 ( { description } ) => description === 'JS Bundle Execution Before React Root' ,
518518 ) ;
519519
520520 expect ( appStartRootSpan ) . toEqual (
521521 expect . objectContaining ( < Partial < SpanJSON > > {
522- description : 'Cold App Start' ,
522+ description : 'Cold Start' ,
523523 span_id : expect . any ( String ) ,
524524 op : APP_START_COLD_OP ,
525525 origin : SPAN_ORIGIN_AUTO_APP_START ,
@@ -552,14 +552,14 @@ describe('App Start Integration', () => {
552552
553553 const actualEvent = await processEvent ( getMinimalTransactionEvent ( ) ) ;
554554
555- const appStartRootSpan = actualEvent ! . spans ! . find ( ( { description } ) => description === 'Cold App Start' ) ;
555+ const appStartRootSpan = actualEvent ! . spans ! . find ( ( { description } ) => description === 'Cold Start' ) ;
556556 const bundleStartSpan = actualEvent ! . spans ! . find (
557557 ( { description } ) => description === 'JS Bundle Execution Before React Root' ,
558558 ) ;
559559
560560 expect ( appStartRootSpan ) . toEqual (
561561 expect . objectContaining ( < Partial < SpanJSON > > {
562- description : 'Cold App Start' ,
562+ description : 'Cold Start' ,
563563 span_id : expect . any ( String ) ,
564564 op : APP_START_COLD_OP ,
565565 origin : SPAN_ORIGIN_AUTO_APP_START ,
@@ -593,12 +593,12 @@ describe('App Start Integration', () => {
593593
594594 const actualEvent = await processEvent ( getMinimalTransactionEvent ( ) ) ;
595595
596- const appStartRootSpan = actualEvent ! . spans ! . find ( ( { description } ) => description === 'Cold App Start' ) ;
596+ const appStartRootSpan = actualEvent ! . spans ! . find ( ( { description } ) => description === 'Cold Start' ) ;
597597 const nativeSpan = actualEvent ! . spans ! . find ( ( { description } ) => description === 'test native app start span' ) ;
598598
599599 expect ( appStartRootSpan ) . toEqual (
600600 expect . objectContaining ( < Partial < SpanJSON > > {
601- description : 'Cold App Start' ,
601+ description : 'Cold Start' ,
602602 span_id : expect . any ( String ) ,
603603 op : APP_START_COLD_OP ,
604604 origin : SPAN_ORIGIN_AUTO_APP_START ,
@@ -873,7 +873,7 @@ function expectEventWithAttachedColdAppStart({
873873 spans : expect . arrayContaining < SpanJSON > ( [
874874 {
875875 op : APP_START_COLD_OP ,
876- description : 'Cold App Start' ,
876+ description : 'Cold Start' ,
877877 start_timestamp : appStartTimeMilliseconds / 1000 ,
878878 timestamp : expect . any ( Number ) ,
879879 trace_id : expect . any ( String ) ,
@@ -927,7 +927,7 @@ function expectEventWithAttachedWarmAppStart({
927927 spans : expect . arrayContaining < SpanJSON > ( [
928928 {
929929 op : APP_START_WARM_OP ,
930- description : 'Warm App Start' ,
930+ description : 'Warm Start' ,
931931 start_timestamp : appStartTimeMilliseconds / 1000 ,
932932 timestamp : expect . any ( Number ) ,
933933 trace_id : expect . any ( String ) ,
@@ -984,7 +984,7 @@ function expectEventWithStandaloneColdAppStart(
984984 spans : expect . arrayContaining < SpanJSON > ( [
985985 {
986986 op : APP_START_COLD_OP ,
987- description : 'Cold App Start' ,
987+ description : 'Cold Start' ,
988988 start_timestamp : appStartTimeMilliseconds / 1000 ,
989989 timestamp : expect . any ( Number ) ,
990990 trace_id : expect . any ( String ) ,
@@ -1033,7 +1033,7 @@ function expectEventWithStandaloneWarmAppStart(
10331033 spans : expect . arrayContaining < SpanJSON > ( [
10341034 {
10351035 op : APP_START_WARM_OP ,
1036- description : 'Warm App Start' ,
1036+ description : 'Warm Start' ,
10371037 start_timestamp : appStartTimeMilliseconds / 1000 ,
10381038 timestamp : expect . any ( Number ) ,
10391039 trace_id : expect . any ( String ) ,
0 commit comments