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 0a2bfdb commit 9a23684Copy full SHA for 9a23684
packages/browser/test/integration/common/init.js
@@ -43,7 +43,7 @@ function initSDK() {
43
44
// One of the tests use manually created breadcrumb without eventId and we want to let it through
45
if (
46
- breadcrumb.category.indexOf("sentry" === 0) &&
+ breadcrumb.category.indexOf("sentry") === 0 &&
47
breadcrumb.event_id &&
48
!window.allowSentryBreadcrumbs
49
) {
0 commit comments