Skip to content

Commit a4ba700

Browse files
committed
Disable elint warnings for anr deprecation in node sdk
1 parent ecbf571 commit a4ba700

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/node/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ export {
155155
modulesIntegration,
156156
onUncaughtExceptionIntegration,
157157
onUnhandledRejectionIntegration,
158+
// eslint-disable-next-line deprecation/deprecation
158159
anrIntegration,
160+
// eslint-disable-next-line deprecation/deprecation
159161
disableAnrDetectionForCallback,
160162
spotlightIntegration,
161163
childProcessIntegration,

0 commit comments

Comments
 (0)