We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4451157 commit 75ed2c6Copy full SHA for 75ed2c6
packages/esbuild-plugin/src/index.ts
@@ -267,5 +267,8 @@ const sentryUnplugin = sentryUnpluginFactory({
267
// eslint-disable-next-line @typescript-eslint/no-explicit-any
268
export const sentryEsbuildPlugin: (options?: Options) => any = sentryUnplugin.esbuild;
269
270
+// eslint-disable-next-line @typescript-eslint/no-explicit-any
271
+export default sentryUnplugin.esbuild as (options?: Options) => any;
272
+
273
export type { Options as SentryEsbuildPluginOptions } from "@sentry/bundler-plugin-core";
274
export { sentryCliBinaryExists } from "@sentry/bundler-plugin-core";
0 commit comments