Skip to content

Commit d6a20ab

Browse files
committed
disable deprecation errors
1 parent 512254f commit d6a20ab

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/profiling-node/src/spanProfileUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable deprecation/deprecation */
12
import { CpuProfilerBindings, type RawThreadCpuProfile } from '@sentry-internal/node-cpu-profiler';
23
import type { CustomSamplingContext, Span } from '@sentry/core';
34
import { logger, spanIsSampled, spanToJSON, uuid4 } from '@sentry/core';

packages/profiling-node/test/integration.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable deprecation/deprecation */
12
import * as Sentry from '@sentry/node';
23
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
34

0 commit comments

Comments
 (0)