Skip to content

Commit 2819171

Browse files
committed
fixup! fix: readd deprecation warning
1 parent 2e249d0 commit 2819171

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

packages/astro/src/index.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export {
1616
// eslint-disable-next-line deprecation/deprecation
1717
anrIntegration,
1818
googleGenAIIntegration,
19+
// eslint-disable-next-line deprecation/deprecation
1920
disableAnrDetectionForCallback,
2021
captureCheckIn,
2122
captureConsoleIntegration,

packages/aws-serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export {
4747
winterCGHeadersToDict,
4848
// eslint-disable-next-line deprecation/deprecation
4949
anrIntegration,
50+
// eslint-disable-next-line deprecation/deprecation
5051
disableAnrDetectionForCallback,
5152
consoleIntegration,
5253
httpIntegration,

packages/bun/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export {
6868
winterCGHeadersToDict,
6969
// eslint-disable-next-line deprecation/deprecation
7070
anrIntegration,
71+
// eslint-disable-next-line deprecation/deprecation
7172
disableAnrDetectionForCallback,
7273
consoleIntegration,
7374
httpIntegration,

packages/node/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ export {
173173
onUnhandledRejectionIntegration,
174174
// eslint-disable-next-line deprecation/deprecation
175175
anrIntegration,
176+
// eslint-disable-next-line deprecation/deprecation
176177
disableAnrDetectionForCallback,
177178
spotlightIntegration,
178179
childProcessIntegration,

packages/remix/src/server/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export {
1010
amqplibIntegration,
1111
// eslint-disable-next-line deprecation/deprecation
1212
anrIntegration,
13+
// eslint-disable-next-line deprecation/deprecation
1314
disableAnrDetectionForCallback,
1415
captureCheckIn,
1516
captureConsoleIntegration,

packages/solidstart/src/server/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export {
1313
amqplibIntegration,
1414
// eslint-disable-next-line deprecation/deprecation
1515
anrIntegration,
16+
// eslint-disable-next-line deprecation/deprecation
1617
disableAnrDetectionForCallback,
1718
captureCheckIn,
1819
captureConsoleIntegration,

packages/sveltekit/src/server/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export {
1111
amqplibIntegration,
1212
// eslint-disable-next-line deprecation/deprecation
1313
anrIntegration,
14+
// eslint-disable-next-line deprecation/deprecation
1415
disableAnrDetectionForCallback,
1516
captureCheckIn,
1617
captureConsoleIntegration,

0 commit comments

Comments
 (0)