@@ -70,6 +70,7 @@ describe.each(['builtin', 'express'])('Remix API Actions with adapter = %s', ada
70
70
} ) ;
71
71
72
72
assertSentryEvent ( event [ 2 ] , {
73
+ transaction : expect . stringMatching ( / r o u t e s \/ a c t i o n - j s o n - r e s p o n s e ( \/ | \. ) \$ i d / ) ,
73
74
exception : {
74
75
values : [
75
76
{
@@ -117,6 +118,7 @@ describe.each(['builtin', 'express'])('Remix API Actions with adapter = %s', ada
117
118
} ) ;
118
119
119
120
assertSentryEvent ( event [ 2 ] , {
121
+ transaction : expect . stringMatching ( / r o u t e s \/ a c t i o n - j s o n - r e s p o n s e ( \/ | \. ) \$ i d / ) ,
120
122
exception : {
121
123
values : [
122
124
{
@@ -180,6 +182,7 @@ describe.each(['builtin', 'express'])('Remix API Actions with adapter = %s', ada
180
182
} ) ;
181
183
182
184
assertSentryEvent ( event [ 2 ] , {
185
+ transaction : expect . stringMatching ( / r o u t e s \/ a c t i o n - j s o n - r e s p o n s e ( \/ | \. ) \$ i d / ) ,
183
186
exception : {
184
187
values : [
185
188
{
@@ -228,6 +231,7 @@ describe.each(['builtin', 'express'])('Remix API Actions with adapter = %s', ada
228
231
} ) ;
229
232
230
233
assertSentryEvent ( event [ 2 ] , {
234
+ transaction : expect . stringMatching ( / r o u t e s \/ a c t i o n - j s o n - r e s p o n s e ( \/ | \. ) \$ i d / ) ,
231
235
exception : {
232
236
values : [
233
237
{
@@ -276,6 +280,7 @@ describe.each(['builtin', 'express'])('Remix API Actions with adapter = %s', ada
276
280
} ) ;
277
281
278
282
assertSentryEvent ( event [ 2 ] , {
283
+ transaction : expect . stringMatching ( / r o u t e s \/ a c t i o n - j s o n - r e s p o n s e ( \/ | \. ) \$ i d / ) ,
279
284
exception : {
280
285
values : [
281
286
{
@@ -324,6 +329,7 @@ describe.each(['builtin', 'express'])('Remix API Actions with adapter = %s', ada
324
329
} ) ;
325
330
326
331
assertSentryEvent ( event [ 2 ] , {
332
+ transaction : expect . stringMatching ( / r o u t e s \/ a c t i o n - j s o n - r e s p o n s e ( \/ | \. ) \$ i d / ) ,
327
333
exception : {
328
334
values : [
329
335
{
@@ -372,6 +378,7 @@ describe.each(['builtin', 'express'])('Remix API Actions with adapter = %s', ada
372
378
} ) ;
373
379
374
380
assertSentryEvent ( event [ 2 ] , {
381
+ transaction : expect . stringMatching ( / r o u t e s \/ a c t i o n - j s o n - r e s p o n s e ( \/ | \. ) \$ i d / ) ,
375
382
exception : {
376
383
values : [
377
384
{
@@ -420,6 +427,7 @@ describe.each(['builtin', 'express'])('Remix API Actions with adapter = %s', ada
420
427
} ) ;
421
428
422
429
assertSentryEvent ( event [ 2 ] , {
430
+ transaction : expect . stringMatching ( / r o u t e s \/ s e r v e r - s i d e - u n e x p e c t e d - e r r o r s ( \/ | \. ) \$ i d / ) ,
423
431
exception : {
424
432
values : [
425
433
{
@@ -468,6 +476,7 @@ describe.each(['builtin', 'express'])('Remix API Actions with adapter = %s', ada
468
476
} ) ;
469
477
470
478
assertSentryEvent ( event [ 2 ] , {
479
+ transaction : expect . stringMatching ( / r o u t e s \/ s e r v e r - s i d e - u n e x p e c t e d - e r r o r s ( \/ | \. ) \$ i d / ) ,
471
480
exception : {
472
481
values : [
473
482
{
0 commit comments