Skip to content

Commit

Permalink
fix(fe): sentry config url (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin9038 authored Aug 12, 2024
1 parent 965a046 commit 440cfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = withSentryConfig(withBundleAnalyzer(nextConfig), {
silent: true,
org: 'skkuding',
project: process.env.SENTRY_PROJECT,
url: 'https://sentry.codedang.com',
sentryUrl: 'https://sentry.codedang.com',
// For all available options, see:
// https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/

Expand Down

0 comments on commit 440cfac

Please sign in to comment.