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 e02fd21 commit ed90a08Copy full SHA for ed90a08
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