Skip to content

Commit a386e5f

Browse files
committed
fix type error
1 parent 393122c commit a386e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bundler-plugin-core/src/bundle-analysis/__tests__/bundleAnalysisPluginFactory.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe("bundleAnalysisPluginFactory", () => {
1616
pluginVersion: "1.0.0",
1717
}),
1818
unpluginMetaContext: {} as UnpluginContextMeta,
19-
sentryClient: undefined,
19+
sentryMetrics: undefined,
2020
handleRecoverableError() {
2121
return;
2222
},

0 commit comments

Comments
 (0)