Skip to content

Commit ff7ac62

Browse files
committed
more leftovers
1 parent b28e35e commit ff7ac62

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

packages/deno/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export {
4848
getCurrentScope,
4949
getGlobalScope,
5050
getIsolationScope,
51+
// eslint-disable-next-line deprecation/deprecation
5152
Hub,
5253
// eslint-disable-next-line deprecation/deprecation
5354
lastEventId,

packages/remix/src/index.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export {
3535
getCurrentScope,
3636
getGlobalScope,
3737
getIsolationScope,
38+
// eslint-disable-next-line deprecation/deprecation
3839
Hub,
3940
// eslint-disable-next-line deprecation/deprecation
4041
makeMain,

packages/remix/src/utils/instrumentServer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ export function createRoutes(manifest: ServerRouteManifest, parentId?: string):
385385
* Starts a new transaction for the given request to be used by different `RequestHandler` wrappers.
386386
*/
387387
export function startRequestHandlerTransaction(
388+
// eslint-disable-next-line deprecation/deprecation
388389
hub: Hub,
389390
name: string,
390391
source: TransactionSource,

packages/remix/src/utils/serverAdapters/express.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ function startRequestHandlerTransactionWithRoutes(
9595
req: ExpressRequest,
9696
res: ExpressResponse,
9797
next: ExpressNextFunction,
98+
// eslint-disable-next-line deprecation/deprecation
9899
hub: Hub,
99100
url: URL,
100101
): Transaction | undefined {

packages/serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export { AWSServices, awsServicesIntegration } from './awsservices';
1111
// work with Node native esm while we also have namespace exports in a package.
1212
// What we should do is get rid of the namespace exports.
1313
export {
14+
// eslint-disable-next-line deprecation/deprecation
1415
Hub,
1516
SDK_VERSION,
1617
Scope,

packages/sveltekit/src/server/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export {
2929
getCurrentScope,
3030
getGlobalScope,
3131
getIsolationScope,
32+
// eslint-disable-next-line deprecation/deprecation
3233
Hub,
3334
NodeClient,
3435
// eslint-disable-next-line deprecation/deprecation

packages/sveltekit/test/server/handle.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ function resolve(
8181
};
8282
}
8383

84+
// eslint-disable-next-line deprecation/deprecation
8485
let hub: Hub;
8586
let client: NodeClient;
8687

0 commit comments

Comments
 (0)