@@ -113,7 +113,7 @@ describe('GCPFunction', () => {
113113
114114 const fakeTransactionContext = {
115115 name : 'POST /path' ,
116- op : 'gcp. function.http' ,
116+ op : 'function.gcp .http' ,
117117 metadata : { source : 'route' } ,
118118 } ;
119119 // @ts -ignore see "Why @ts-ignore" note
@@ -146,7 +146,7 @@ describe('GCPFunction', () => {
146146
147147 const fakeTransactionContext = {
148148 name : 'POST /path' ,
149- op : 'gcp. function.http' ,
149+ op : 'function.gcp .http' ,
150150 traceId : '12312012123120121231201212312012' ,
151151 parentSpanId : '1121201211212012' ,
152152 parentSampled : false ,
@@ -182,7 +182,7 @@ describe('GCPFunction', () => {
182182
183183 const fakeTransactionContext = {
184184 name : 'POST /path' ,
185- op : 'gcp. function.http' ,
185+ op : 'function.gcp .http' ,
186186 traceId : '12312012123120121231201212312012' ,
187187 parentSpanId : '1121201211212012' ,
188188 parentSampled : false ,
@@ -261,7 +261,7 @@ describe('GCPFunction', () => {
261261
262262 const fakeTransactionContext = {
263263 name : 'event.type' ,
264- op : 'gcp. function.event' ,
264+ op : 'function.gcp .event' ,
265265 metadata : { source : 'component' } ,
266266 } ;
267267 // @ts -ignore see "Why @ts-ignore" note
@@ -288,7 +288,7 @@ describe('GCPFunction', () => {
288288
289289 const fakeTransactionContext = {
290290 name : 'event.type' ,
291- op : 'gcp. function.event' ,
291+ op : 'function.gcp .event' ,
292292 metadata : { source : 'component' } ,
293293 } ;
294294 // @ts -ignore see "Why @ts-ignore" note
@@ -320,7 +320,7 @@ describe('GCPFunction', () => {
320320
321321 const fakeTransactionContext = {
322322 name : 'event.type' ,
323- op : 'gcp. function.event' ,
323+ op : 'function.gcp .event' ,
324324 metadata : { source : 'component' } ,
325325 } ;
326326 // @ts -ignore see "Why @ts-ignore" note
@@ -351,7 +351,7 @@ describe('GCPFunction', () => {
351351
352352 const fakeTransactionContext = {
353353 name : 'event.type' ,
354- op : 'gcp. function.event' ,
354+ op : 'function.gcp .event' ,
355355 metadata : { source : 'component' } ,
356356 } ;
357357 // @ts -ignore see "Why @ts-ignore" note
@@ -380,7 +380,7 @@ describe('GCPFunction', () => {
380380
381381 const fakeTransactionContext = {
382382 name : 'event.type' ,
383- op : 'gcp. function.event' ,
383+ op : 'function.gcp .event' ,
384384 metadata : { source : 'component' } ,
385385 } ;
386386 // @ts -ignore see "Why @ts-ignore" note
@@ -407,7 +407,7 @@ describe('GCPFunction', () => {
407407
408408 const fakeTransactionContext = {
409409 name : 'event.type' ,
410- op : 'gcp. function.event' ,
410+ op : 'function.gcp .event' ,
411411 metadata : { source : 'component' } ,
412412 } ;
413413 // @ts -ignore see "Why @ts-ignore" note
@@ -435,7 +435,7 @@ describe('GCPFunction', () => {
435435
436436 const fakeTransactionContext = {
437437 name : 'event.type' ,
438- op : 'gcp. function.event' ,
438+ op : 'function.gcp .event' ,
439439 metadata : { source : 'component' } ,
440440 } ;
441441 // @ts -ignore see "Why @ts-ignore" note
@@ -474,7 +474,7 @@ describe('GCPFunction', () => {
474474
475475 const fakeTransactionContext = {
476476 name : 'event.type' ,
477- op : 'gcp. function.cloud_event' ,
477+ op : 'function.gcp .cloud_event' ,
478478 metadata : { source : 'component' } ,
479479 } ;
480480 // @ts -ignore see "Why @ts-ignore" note
@@ -501,7 +501,7 @@ describe('GCPFunction', () => {
501501
502502 const fakeTransactionContext = {
503503 name : 'event.type' ,
504- op : 'gcp. function.cloud_event' ,
504+ op : 'function.gcp .cloud_event' ,
505505 metadata : { source : 'component' } ,
506506 } ;
507507 // @ts -ignore see "Why @ts-ignore" note
@@ -530,7 +530,7 @@ describe('GCPFunction', () => {
530530
531531 const fakeTransactionContext = {
532532 name : 'event.type' ,
533- op : 'gcp. function.cloud_event' ,
533+ op : 'function.gcp .cloud_event' ,
534534 metadata : { source : 'component' } ,
535535 } ;
536536 // @ts -ignore see "Why @ts-ignore" note
@@ -557,7 +557,7 @@ describe('GCPFunction', () => {
557557
558558 const fakeTransactionContext = {
559559 name : 'event.type' ,
560- op : 'gcp. function.cloud_event' ,
560+ op : 'function.gcp .cloud_event' ,
561561 metadata : { source : 'component' } ,
562562 } ;
563563 // @ts -ignore see "Why @ts-ignore" note
@@ -585,7 +585,7 @@ describe('GCPFunction', () => {
585585
586586 const fakeTransactionContext = {
587587 name : 'event.type' ,
588- op : 'gcp. function.cloud_event' ,
588+ op : 'function.gcp .cloud_event' ,
589589 metadata : { source : 'component' } ,
590590 } ;
591591 // @ts -ignore see "Why @ts-ignore" note
0 commit comments