This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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' |
OlderNewer