We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22af519 commit 63647f1Copy full SHA for 63647f1
packages/sveltekit/test/server/handle.test.ts
@@ -91,6 +91,7 @@ beforeAll(() => {
91
beforeEach(() => {
92
const options = getDefaultNodeClientOptions({ tracesSampleRate: 1.0 });
93
client = new NodeClient(options);
94
+ // eslint-disable-next-line deprecation/deprecation
95
hub = new Hub(client);
96
// eslint-disable-next-line deprecation/deprecation
97
makeMain(hub);
0 commit comments