CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
trace-api.js21 linesDownload Raw Back to esnext
1/*2 * Copyright The OpenTelemetry Authors3 *4 * Licensed under the Apache License, Version 2.0 (the "License");5 * you may not use this file except in compliance with the License.6 * You may obtain a copy of the License at7 *8 *      https://www.apache.org/licenses/LICENSE-2.09 *10 * Unless required by applicable law or agreed to in writing, software11 * distributed under the License is distributed on an "AS IS" BASIS,12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.13 * See the License for the specific language governing permissions and14 * limitations under the License.15 */16// Split module-level variable definition into separate files to allow17// tree-shaking on each api instance.18import { TraceAPI } from './api/trace';19/** Entrypoint for trace API */20export const trace = TraceAPI.getInstance();21//# sourceMappingURL=trace-api.js.map
basant307/AI_Governance_Project · CoolFace