Skip to content

Commit 81e0e9b

Browse files
Remove deprecated ANR integration deprecation warnings
Co-authored-by: aprasad <[email protected]>
1 parent f1bae22 commit 81e0e9b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

packages/node/src/integrations/anr/common.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ export interface AnrIntegrationOptions {
4242
appRootPath: string | undefined;
4343
}
4444

45-
/**
46-
* @deprecated The ANR integration has been deprecated. Use `eventLoopBlockIntegration` from `@sentry/node-native` instead.
47-
*/
4845
export interface WorkerStartData extends AnrIntegrationOptions {
4946
debug: boolean;
5047
sdkMetadata: SdkMetadata;

packages/node/src/integrations/anr/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ import type { AnrIntegrationOptions, WorkerStartData } from './common';
1919

2020
const { isPromise } = types;
2121

22-
/**
23-
* @deprecated The ANR integration has been deprecated. Use `eventLoopBlockIntegration` from `@sentry/node-native` instead.
24-
*/
2522
// This string is a placeholder that gets overwritten with the worker code.
2623
export const base64WorkerScript = '###AnrWorkerScript###';
2724

0 commit comments

Comments
 (0)