Skip to content

Commit 0267ef6

Browse files
committed
名前を消してみる
1 parent ae747fa commit 0267ef6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

next.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,11 @@ const nextConfig: NextConfig = {
5757
...config.optimization.splitChunks.cacheGroups,
5858
sentry: {
5959
test: /@sentry/,
60-
name: "sentry",
6160
priority: 10,
6261
enforce: true,
6362
},
6463
opentelemetry: {
6564
test: /(?<!compiled\/@?)opentelemetry/,
66-
name: "opentelemetry",
6765
priority: 10,
6866
enforce: true,
6967
},

0 commit comments

Comments
 (0)