Skip to content

Commit d50d510

Browse files
committed
fix lints
1 parent ac941cf commit d50d510

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/instrumentation-long-task/src/instrumentation.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
17+
/* eslint-disable baseline-js/use-baseline */
1618
import { hrTime } from '@opentelemetry/core';
1719
import { diag } from '@opentelemetry/api';
1820
import { InstrumentationBase } from '@opentelemetry/instrumentation';

packages/instrumentation-long-task/test/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import * as tracing from '@opentelemetry/sdk-trace-base';
1717

1818
export class DummySpanExporter implements tracing.SpanExporter {
19-
export(spans: tracing.ReadableSpan[]) {}
19+
export(_spans: tracing.ReadableSpan[]) {}
2020

2121
shutdown() {
2222
return Promise.resolve();

0 commit comments

Comments
 (0)