Skip to content

Commit 9142cf7

Browse files
committed
add TODO re: v8 to hub test
1 parent 320eb72 commit 9142cf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/hub/test/exports.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ describe('Top Level API', () => {
106106
});
107107

108108
// 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
109110
test('Message with custom level', () => {
110111
const client: any = { captureMessage: jest.fn(async () => Promise.resolve()) };
111112
getCurrentHub().withScope(() => {

0 commit comments

Comments
 (0)