Skip to content

Commit

Permalink
chore: remove leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
Joozty committed Dec 11, 2024
1 parent e856750 commit 740d9ae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default [
context: 'window',
},
{
input: 'integration-tests/otel-api-globals.ts',
input: 'src/otel-api-globals.ts',
output: {
file: 'dist/artifacts/otel-api-globals.js',
format: 'iife',
Expand Down
20 changes: 20 additions & 0 deletions packages/web/src/otel-api-globals.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/**
*
* Copyright 2024 Splunk Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
import { trace, context } from '@opentelemetry/api'

export { trace, context }

0 comments on commit 740d9ae

Please sign in to comment.