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 7cdab60 commit 17d8f88Copy full SHA for 17d8f88
packages/browser/test/integration/init.js
@@ -18,6 +18,7 @@ window.originalBuiltIns = {
18
19
// expose events so we can access them in our tests
20
window.sentryData = [];
21
+window.sentryBreadcrumbs = [];
22
23
// stub transport so we don't actually transmit any data
24
function DummyTransport() {}
@@ -50,6 +51,9 @@ Sentry.init({
50
51
) {
52
return null;
53
}
54
+
55
+ sentryBreadcrumbs.push(breadcrumb);
56
57
return breadcrumb;
58
},
59
});
0 commit comments