Skip to content

Commit 597aa6e

Browse files
committed
Add missing declaration files
1 parent faf954c commit 597aa6e

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
2+
export declare function getSentryConfig(outDir: string): SentryRollupPluginOptions;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
2+
export declare const sentryConfig: SentryRollupPluginOptions;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
2+
export declare function getErrorHandlingConfig(port: string): SentryRollupPluginOptions;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import type { SentryRollupPluginOptions } from "@sentry/rollup-plugin";
2+
export declare const sentryConfig: SentryRollupPluginOptions;

0 commit comments

Comments
 (0)