@@ -37,7 +37,7 @@ describe('React Router v4', () => {
3737 expect ( mockStartTransaction ) . toHaveBeenLastCalledWith ( {
3838 name : '/' ,
3939 op : 'pageload' ,
40- origin : 'auto.http .react.reactrouter' ,
40+ origin : 'auto.pageload .react.reactrouter' ,
4141 tags : { 'routing.instrumentation' : 'react-router-v4' } ,
4242 metadata : { source : 'url' } ,
4343 } ) ;
@@ -67,7 +67,7 @@ describe('React Router v4', () => {
6767 expect ( mockStartTransaction ) . toHaveBeenLastCalledWith ( {
6868 name : '/about' ,
6969 op : 'navigation' ,
70- origin : 'auto.http .react.reactrouter' ,
70+ origin : 'auto.navigation .react.reactrouter' ,
7171 tags : { 'routing.instrumentation' : 'react-router-v4' } ,
7272 metadata : { source : 'url' } ,
7373 } ) ;
@@ -79,7 +79,7 @@ describe('React Router v4', () => {
7979 expect ( mockStartTransaction ) . toHaveBeenLastCalledWith ( {
8080 name : '/features' ,
8181 op : 'navigation' ,
82- origin : 'auto.http .react.reactrouter' ,
82+ origin : 'auto.navigation .react.reactrouter' ,
8383 tags : { 'routing.instrumentation' : 'react-router-v4' } ,
8484 metadata : { source : 'url' } ,
8585 } ) ;
@@ -158,7 +158,7 @@ describe('React Router v4', () => {
158158 expect ( mockStartTransaction ) . toHaveBeenLastCalledWith ( {
159159 name : '/users/123' ,
160160 op : 'navigation' ,
161- origin : 'auto.http .react.reactrouter' ,
161+ origin : 'auto.navigation .react.reactrouter' ,
162162 tags : { 'routing.instrumentation' : 'react-router-v4' } ,
163163 metadata : { source : 'url' } ,
164164 } ) ;
@@ -186,7 +186,7 @@ describe('React Router v4', () => {
186186 expect ( mockStartTransaction ) . toHaveBeenLastCalledWith ( {
187187 name : '/users/123' ,
188188 op : 'navigation' ,
189- origin : 'auto.http .react.reactrouter' ,
189+ origin : 'auto.navigation .react.reactrouter' ,
190190 tags : { 'routing.instrumentation' : 'react-router-v4' } ,
191191 metadata : { source : 'url' } ,
192192 } ) ;
@@ -216,7 +216,7 @@ describe('React Router v4', () => {
216216 expect ( mockStartTransaction ) . toHaveBeenLastCalledWith ( {
217217 name : '/organizations/1234/v1/758' ,
218218 op : 'navigation' ,
219- origin : 'auto.http .react.reactrouter' ,
219+ origin : 'auto.navigation .react.reactrouter' ,
220220 tags : { 'routing.instrumentation' : 'react-router-v4' } ,
221221 metadata : { source : 'url' } ,
222222 } ) ;
@@ -232,7 +232,7 @@ describe('React Router v4', () => {
232232 expect ( mockStartTransaction ) . toHaveBeenLastCalledWith ( {
233233 name : '/organizations/543' ,
234234 op : 'navigation' ,
235- origin : 'auto.http .react.reactrouter' ,
235+ origin : 'auto.navigation .react.reactrouter' ,
236236 tags : { 'routing.instrumentation' : 'react-router-v4' } ,
237237 metadata : { source : 'url' } ,
238238 } ) ;
@@ -266,7 +266,7 @@ describe('React Router v4', () => {
266266 expect ( mockStartTransaction ) . toHaveBeenLastCalledWith ( {
267267 name : '/organizations/:orgid/v1/:teamid' ,
268268 op : 'navigation' ,
269- origin : 'auto.http .react.reactrouter' ,
269+ origin : 'auto.navigation .react.reactrouter' ,
270270 tags : { 'routing.instrumentation' : 'react-router-v4' } ,
271271 metadata : { source : 'route' } ,
272272 } ) ;
@@ -278,7 +278,7 @@ describe('React Router v4', () => {
278278 expect ( mockStartTransaction ) . toHaveBeenLastCalledWith ( {
279279 name : '/organizations/:orgid' ,
280280 op : 'navigation' ,
281- origin : 'auto.http .react.reactrouter' ,
281+ origin : 'auto.navigation .react.reactrouter' ,
282282 tags : { 'routing.instrumentation' : 'react-router-v4' } ,
283283 metadata : { source : 'route' } ,
284284 } ) ;
0 commit comments