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
1919 } ) ;
2020} ) ;
2121
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 ( ) => {
2323 const url = await runServer ( __dirname , `${ path . resolve ( __dirname , '..' ) } /server.ts` ) ;
2424
2525 const response = ( await getAPIResponse ( new URL ( `${ url } /express` ) , {
@@ -35,7 +35,7 @@ test('Should assign `baggage` header which contains sentry trace baggage data to
3535 } ) ;
3636} ) ;
3737
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 ( ) => {
3939 const url = await runServer ( __dirname , `${ path . resolve ( __dirname , '..' ) } /server.ts` ) ;
4040
4141 const response = ( await getAPIResponse ( new URL ( `${ url } /express` ) , {
You can’t perform that action at this time.
0 commit comments