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 8e47f4f commit c3b187fCopy full SHA for c3b187f
packages/core/test/sdk.test.ts
@@ -369,7 +369,7 @@ describe('Tests the SDK functionality', () => {
369
expect(result).toBeNull();
370
});
371
372
- it('should filters out dsn breadcrumbs that the ports do not match', () => {
+ it('should keep breadcrumbs if the ports do not match', () => {
373
(getDevServer as jest.Mock).mockReturnValue({ url: 'http://localhost:8081' });
374
375
const mockBeforeBreadcrumb = (breadcrumb: Breadcrumb, _hint?: BreadcrumbHint) => {
0 commit comments