Skip to content

Commit 4e28555

Browse files
committed
.
1 parent 56041ce commit 4e28555

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

packages/nextjs/src/config/types.ts

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,19 @@ export type NextConfigObject = {
4545
};
4646

4747
export type SentryBuildtimeOptions = {
48+
org: {};
49+
project: {};
50+
authToken: {};
51+
sentryUrl: {};
52+
telemetry: {};
53+
4854
/**
4955
* TODO
5056
*/
5157
sourcemaps: {
5258
disable: {};
59+
assets: {};
60+
ignore: {};
5361
};
5462

5563
/**
@@ -72,24 +80,7 @@ export type SentryBuildtimeOptions = {
7280
/**
7381
* TODO
7482
*/
75-
componentAnnotation: {};
76-
77-
/**
78-
* TODO
79-
*/
80-
telemetry: {};
81-
82-
/**
83-
* Override the SDK's default decision about whether or not to enable to the Sentry webpack plugin for server files.
84-
* Note that `false` forces the plugin to be enabled, even in situations where it's not recommended.
85-
*/
86-
disableServerWebpackPlugin?: boolean;
87-
88-
/**
89-
* Override the SDK's default decision about whether or not to enable to the Sentry webpack plugin for client files.
90-
* Note that `false` forces the plugin to be enabled, even in situations where it's not recommended.
91-
*/
92-
disableClientWebpackPlugin?: boolean;
83+
reactComponentAnnotation: {};
9384

9485
/**
9586
* Use `hidden-source-map` for webpack `devtool` option, which strips the `sourceMappingURL` from the bottom of built

0 commit comments

Comments
 (0)