Skip to content

Commit

Permalink
feat(opentelemetry-sampler-aws-xray): fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
carolabadeer committed Apr 11, 2023
1 parent bbd52e6 commit ba74be4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import * as assert from 'assert';

import { attributeMatch, wildcardMatch } from '../src';
import { attributeMatch, wildcardMatch } from '../src/utils';
import {Attributes} from '@opentelemetry/api'

describe('WildcardMatch', () => {
Expand Down

0 comments on commit ba74be4

Please sign in to comment.