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 1f7d135 commit b963fbeCopy full SHA for b963fbe
packages/bundler-plugin-core/src/sentry.ts
@@ -8,6 +8,10 @@ import {
8
import { type Options } from "./types";
9
import { type NormalizedOptions } from "./utils/normalizeOptions";
10
11
+export type SentryClient = ReturnType<
12
+ typeof createSentryInstance
13
+>["sentryClient"];
14
+
15
export const createSentryInstance = (
16
options: NormalizedOptions,
17
bundler: string,
0 commit comments