Skip to content

Commit

Permalink
Revert "feat: sentry 설정 (#103)" (#105)
Browse files Browse the repository at this point in the history
This reverts commit 7443e78.
  • Loading branch information
newminkyung authored Jan 11, 2025
1 parent 7443e78 commit f234c51
Show file tree
Hide file tree
Showing 9 changed files with 8,481 additions and 14,017 deletions.
9 changes: 1 addition & 8 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
/** @type {import('next').NextConfig} */
import { withSentryConfig } from '@sentry/nextjs';

const nextConfig = {
reactStrictMode: true,
compiler: {
styledComponents: true,
},
};

export default withSentryConfig(nextConfig, {
org: 'depromeet',
project: 'depromeet',
authToken: process.env.SENTRY_AUTH_TOKEN,
silent: false,
});
export default nextConfig;
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.3",
"@sentry/nextjs": "^8.47.0",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
Expand Down
Loading

0 comments on commit f234c51

Please sign in to comment.