Skip to content

Commit 65b356f

Browse files
author
Luca Forstner
committed
deps: Bump Sentry SDK to 9.2.0
1 parent 6ece63f commit 65b356f

File tree

5 files changed

+85
-294
lines changed

5 files changed

+85
-294
lines changed

apps/changelog/next.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,8 @@ export default withSentryConfig(nextConfig, {
5555
},
5656

5757
automaticVercelMonitors: true,
58+
59+
_experimental: {
60+
thirdPartyOriginStackFrames: true,
61+
},
5862
});

apps/changelog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@radix-ui/react-icons": "^1.3.2",
2626
"@radix-ui/react-toolbar": "^1.1.0",
2727
"@radix-ui/themes": "^3.1.3",
28-
"@sentry/nextjs": "^9.0.0",
28+
"@sentry/nextjs": "9.2.0",
2929
"@spotlightjs/spotlight": "^2.1.1",
3030
"next": "15.1.2",
3131
"next-auth": "^4.24.5",
@@ -68,4 +68,4 @@
6868
"@types/react": "npm:[email protected]",
6969
"@types/react-dom": "npm:[email protected]"
7070
}
71-
}
71+
}

next.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ module.exports = withSentryConfig(nextConfig, {
8787
unstable_sentryWebpackPluginOptions: {
8888
applicationKey: 'sentry-docs',
8989
},
90+
91+
_experimental: {
92+
thirdPartyOriginStackFrames: true,
93+
},
9094
});
9195

9296
process.on('warning', warning => {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@radix-ui/react-tooltip": "^1.1.4",
5454
"@radix-ui/themes": "^3.1.3",
5555
"@sentry-internal/global-search": "^1.3.0",
56-
"@sentry/nextjs": "9.0.0-alpha.2",
56+
"@sentry/nextjs": "9.2.0",
5757
"@types/mdx": "^2.0.9",
5858
"algoliasearch": "^4.23.3",
5959
"dompurify": "3.2.4",
@@ -138,4 +138,4 @@
138138
"node": "20.11.0",
139139
"yarn": "1.22.22"
140140
}
141-
}
141+
}

0 commit comments

Comments
 (0)