Skip to content

Instantly share code, notes, and snippets.

View fernandocamargoai's full-sized avatar

Fernando Camargo fernandocamargoai

View GitHub Profile
@fernandocamargoai
fernandocamargoai / queue-processor.js
Created December 20, 2022 23:38
DataDog Issue (2)
'use strict'
// Must come before importing any instrumented module.
import tracer from 'dd-trace';
tracer.init();
import { PubSub } from '@google-cloud/pubsub'
import { Storage } from "@google-cloud/storage"
import { status as gRPCStatus } from '@grpc/grpc-js'