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 fc33c16 commit fd6c608Copy full SHA for fd6c608
packages/tracing/test/index.test.ts
@@ -20,10 +20,4 @@ describe('index', () => {
20
const transaction = hub.startTransaction({ name: 'test', endTimestamp: 123 });
21
expect(transaction).toBeDefined();
22
});
23
-
24
- it('patches the global hub as a side effect', () => {
25
- const hub = getCurrentHub();
26
- const transaction = hub.startTransaction({ name: 'test', endTimestamp: 123 });
27
- expect(transaction).toBeDefined();
28
- });
29
0 commit comments