We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150e765 commit 95f75b4Copy full SHA for 95f75b4
sentry.server.config.js
@@ -1,5 +1,5 @@
1
-// import * as Sentry from '@sentry/nuxt'
+import * as Sentry from '@sentry/nuxt'
2
3
-// Sentry.init({
4
-// dsn: 'https://fa9f1c768005ae729e6fb560d2b02713@o4506819268444160.ingest.us.sentry.io/4506822264029184',
5
-// })
+Sentry.init({
+ dsn: 'https://fa9f1c768005ae729e6fb560d2b02713@o4506819268444160.ingest.us.sentry.io/4506822264029184',
+})
0 commit comments