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 02cd633 commit 816692eCopy full SHA for 816692e
packages/angular/test/sdk.test.ts
@@ -15,7 +15,7 @@ describe('init', () => {
15
});
16
17
it('does not include the BrowserApiErrors integration', () => {
18
- const browserDefaultIntegrationsWithoutBrowserApiErrors = SentryBrowser.getDefaultIntegrations()
+ const browserDefaultIntegrationsWithoutBrowserApiErrors = SentryBrowser.getDefaultIntegrations({})
19
.filter(i => i.name !== 'BrowserApiErrors')
20
.map(i => i.name)
21
.sort();
0 commit comments