Skip to content

Commit 816692e

Browse files
author
Luca Forstner
committed
angular test
1 parent 02cd633 commit 816692e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/test/sdk.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('init', () => {
1515
});
1616

1717
it('does not include the BrowserApiErrors integration', () => {
18-
const browserDefaultIntegrationsWithoutBrowserApiErrors = SentryBrowser.getDefaultIntegrations()
18+
const browserDefaultIntegrationsWithoutBrowserApiErrors = SentryBrowser.getDefaultIntegrations({})
1919
.filter(i => i.name !== 'BrowserApiErrors')
2020
.map(i => i.name)
2121
.sort();

0 commit comments

Comments
 (0)