File tree 1 file changed +9
-18
lines changed
packages/nextjs/src/config
1 file changed +9
-18
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,19 @@ export type NextConfigObject = {
45
45
} ;
46
46
47
47
export type SentryBuildtimeOptions = {
48
+ org : { } ;
49
+ project : { } ;
50
+ authToken : { } ;
51
+ sentryUrl : { } ;
52
+ telemetry : { } ;
53
+
48
54
/**
49
55
* TODO
50
56
*/
51
57
sourcemaps : {
52
58
disable : { } ;
59
+ assets : { } ;
60
+ ignore : { } ;
53
61
} ;
54
62
55
63
/**
@@ -72,24 +80,7 @@ export type SentryBuildtimeOptions = {
72
80
/**
73
81
* TODO
74
82
*/
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 : { } ;
93
84
94
85
/**
95
86
* 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