File tree Expand file tree Collapse file tree 1 file changed +9
-18
lines changed
packages/nextjs/src/config Expand file tree Collapse file tree 1 file changed +9
-18
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,19 @@ export type NextConfigObject = {
4545} ;
4646
4747export 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
You can’t perform that action at this time.
0 commit comments