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 320eb72 commit 9142cf7Copy full SHA for 9142cf7
packages/hub/test/exports.test.ts
@@ -106,6 +106,7 @@ describe('Top Level API', () => {
106
});
107
108
// NOTE: We left custom level as 2nd argument to not break the API. Should be removed and unified in v6.
109
+ // TODO: Before we release v8, check if this is still a thing
110
test('Message with custom level', () => {
111
const client: any = { captureMessage: jest.fn(async () => Promise.resolve()) };
112
getCurrentHub().withScope(() => {
0 commit comments