Skip to content

Commit ed90a08

Browse files
committed
configure sentry client to be used across bundler plugins
1 parent e02fd21 commit ed90a08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/bundler-plugin-core/src/sentry.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ import {
88
import { type Options } from "./types";
99
import { type NormalizedOptions } from "./utils/normalizeOptions";
1010

11+
export type SentryClient = ReturnType<
12+
typeof createSentryInstance
13+
>["sentryClient"];
14+
1115
export const createSentryInstance = (
1216
options: NormalizedOptions,
1317
bundler: string,

0 commit comments

Comments
 (0)