Skip to content

Commit 508615f

Browse files
committed
Fix missing export
1 parent 6e24a39 commit 508615f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev-packages/e2e-tests/test-applications/node-exports-test-app/scripts/consistentExports.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ const DEPENDENTS: Dependent[] = [
5050
ignoreExports: [
5151
// not supported in bun:
5252
'NodeClient',
53+
// Doesn't have these events
54+
'fetchBreadcrumbsIntegration',
5355
],
5456
},
5557
{

0 commit comments

Comments
 (0)