@@ -113,7 +113,7 @@ describe('GCPFunction', () => {
113
113
114
114
const fakeTransactionContext = {
115
115
name : 'POST /path' ,
116
- op : 'gcp. function.http' ,
116
+ op : 'function.gcp .http' ,
117
117
metadata : { source : 'route' } ,
118
118
} ;
119
119
// @ts -ignore see "Why @ts-ignore" note
@@ -146,7 +146,7 @@ describe('GCPFunction', () => {
146
146
147
147
const fakeTransactionContext = {
148
148
name : 'POST /path' ,
149
- op : 'gcp. function.http' ,
149
+ op : 'function.gcp .http' ,
150
150
traceId : '12312012123120121231201212312012' ,
151
151
parentSpanId : '1121201211212012' ,
152
152
parentSampled : false ,
@@ -182,7 +182,7 @@ describe('GCPFunction', () => {
182
182
183
183
const fakeTransactionContext = {
184
184
name : 'POST /path' ,
185
- op : 'gcp. function.http' ,
185
+ op : 'function.gcp .http' ,
186
186
traceId : '12312012123120121231201212312012' ,
187
187
parentSpanId : '1121201211212012' ,
188
188
parentSampled : false ,
@@ -261,7 +261,7 @@ describe('GCPFunction', () => {
261
261
262
262
const fakeTransactionContext = {
263
263
name : 'event.type' ,
264
- op : 'gcp. function.event' ,
264
+ op : 'function.gcp .event' ,
265
265
metadata : { source : 'component' } ,
266
266
} ;
267
267
// @ts -ignore see "Why @ts-ignore" note
@@ -288,7 +288,7 @@ describe('GCPFunction', () => {
288
288
289
289
const fakeTransactionContext = {
290
290
name : 'event.type' ,
291
- op : 'gcp. function.event' ,
291
+ op : 'function.gcp .event' ,
292
292
metadata : { source : 'component' } ,
293
293
} ;
294
294
// @ts -ignore see "Why @ts-ignore" note
@@ -320,7 +320,7 @@ describe('GCPFunction', () => {
320
320
321
321
const fakeTransactionContext = {
322
322
name : 'event.type' ,
323
- op : 'gcp. function.event' ,
323
+ op : 'function.gcp .event' ,
324
324
metadata : { source : 'component' } ,
325
325
} ;
326
326
// @ts -ignore see "Why @ts-ignore" note
@@ -351,7 +351,7 @@ describe('GCPFunction', () => {
351
351
352
352
const fakeTransactionContext = {
353
353
name : 'event.type' ,
354
- op : 'gcp. function.event' ,
354
+ op : 'function.gcp .event' ,
355
355
metadata : { source : 'component' } ,
356
356
} ;
357
357
// @ts -ignore see "Why @ts-ignore" note
@@ -380,7 +380,7 @@ describe('GCPFunction', () => {
380
380
381
381
const fakeTransactionContext = {
382
382
name : 'event.type' ,
383
- op : 'gcp. function.event' ,
383
+ op : 'function.gcp .event' ,
384
384
metadata : { source : 'component' } ,
385
385
} ;
386
386
// @ts -ignore see "Why @ts-ignore" note
@@ -407,7 +407,7 @@ describe('GCPFunction', () => {
407
407
408
408
const fakeTransactionContext = {
409
409
name : 'event.type' ,
410
- op : 'gcp. function.event' ,
410
+ op : 'function.gcp .event' ,
411
411
metadata : { source : 'component' } ,
412
412
} ;
413
413
// @ts -ignore see "Why @ts-ignore" note
@@ -435,7 +435,7 @@ describe('GCPFunction', () => {
435
435
436
436
const fakeTransactionContext = {
437
437
name : 'event.type' ,
438
- op : 'gcp. function.event' ,
438
+ op : 'function.gcp .event' ,
439
439
metadata : { source : 'component' } ,
440
440
} ;
441
441
// @ts -ignore see "Why @ts-ignore" note
@@ -474,7 +474,7 @@ describe('GCPFunction', () => {
474
474
475
475
const fakeTransactionContext = {
476
476
name : 'event.type' ,
477
- op : 'gcp. function.cloud_event' ,
477
+ op : 'function.gcp .cloud_event' ,
478
478
metadata : { source : 'component' } ,
479
479
} ;
480
480
// @ts -ignore see "Why @ts-ignore" note
@@ -501,7 +501,7 @@ describe('GCPFunction', () => {
501
501
502
502
const fakeTransactionContext = {
503
503
name : 'event.type' ,
504
- op : 'gcp. function.cloud_event' ,
504
+ op : 'function.gcp .cloud_event' ,
505
505
metadata : { source : 'component' } ,
506
506
} ;
507
507
// @ts -ignore see "Why @ts-ignore" note
@@ -530,7 +530,7 @@ describe('GCPFunction', () => {
530
530
531
531
const fakeTransactionContext = {
532
532
name : 'event.type' ,
533
- op : 'gcp. function.cloud_event' ,
533
+ op : 'function.gcp .cloud_event' ,
534
534
metadata : { source : 'component' } ,
535
535
} ;
536
536
// @ts -ignore see "Why @ts-ignore" note
@@ -557,7 +557,7 @@ describe('GCPFunction', () => {
557
557
558
558
const fakeTransactionContext = {
559
559
name : 'event.type' ,
560
- op : 'gcp. function.cloud_event' ,
560
+ op : 'function.gcp .cloud_event' ,
561
561
metadata : { source : 'component' } ,
562
562
} ;
563
563
// @ts -ignore see "Why @ts-ignore" note
@@ -585,7 +585,7 @@ describe('GCPFunction', () => {
585
585
586
586
const fakeTransactionContext = {
587
587
name : 'event.type' ,
588
- op : 'gcp. function.cloud_event' ,
588
+ op : 'function.gcp .cloud_event' ,
589
589
metadata : { source : 'component' } ,
590
590
} ;
591
591
// @ts -ignore see "Why @ts-ignore" note
0 commit comments