File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ test('Should assign `baggage` header which contains 3rd party trace baggage data
19
19
} ) ;
20
20
} ) ;
21
21
22
- test ( 'Should assign ` baggage` header which contains sentry trace baggage data to an outgoing request .' , async ( ) => {
22
+ test ( 'Should not overwrite baggage if the incoming request already has Sentry baggage data .' , async ( ) => {
23
23
const url = await runServer ( __dirname , `${ path . resolve ( __dirname , '..' ) } /server.ts` ) ;
24
24
25
25
const response = ( await getAPIResponse ( new URL ( `${ url } /express` ) , {
@@ -35,7 +35,7 @@ test('Should assign `baggage` header which contains sentry trace baggage data to
35
35
} ) ;
36
36
} ) ;
37
37
38
- test ( 'Should assign `baggage` header which contains sentry and 3rd party trace baggage data to an outgoing request.' , async ( ) => {
38
+ test ( 'Should pass along sentry and 3rd party trace baggage data from an incoming to an outgoing request.' , async ( ) => {
39
39
const url = await runServer ( __dirname , `${ path . resolve ( __dirname , '..' ) } /server.ts` ) ;
40
40
41
41
const response = ( await getAPIResponse ( new URL ( `${ url } /express` ) , {
You can’t perform that action at this time.
0 commit comments