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 fa54c95 commit 116043aCopy full SHA for 116043a
1 file changed
packages/elysia/test/sdk.test.ts
@@ -37,6 +37,7 @@ describe('init', () => {
37
expect(mockApplySdkMetadata).toHaveBeenCalledWith(
38
expect.objectContaining({ dsn: 'https://examplePublicKey@o0.ingest.sentry.io/0' }),
39
'elysia',
40
+ ['elysia', 'node'],
41
);
42
});
43
0 commit comments