Skip to content

Commit

Permalink
chore: delete sentry
Browse files Browse the repository at this point in the history
Signed-off-by: Zygimantas <[email protected]>
  • Loading branch information
Zygimantass committed Oct 1, 2024
1 parent 70766e3 commit cd3249f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 90 deletions.
28 changes: 0 additions & 28 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,34 +79,6 @@ let nextConfig = {
},
};

/** @see https://docs.sentry.io/platforms/javascript/guides/nextjs */
const { withSentryConfig } = require("@sentry/nextjs");

/**
* @type {Partial<import('@sentry/nextjs').SentryWebpackPluginOptions>}
* @see https://github.com/getsentry/sentry-webpack-plugin#options
*/
const sentryWebpackConfig = {
org: "skip-protocol",
project: "ibc-dot-fun",
silent: true,
};

/**
* @type {import('@sentry/nextjs/types/config/types').UserSentryOptions}
* @see https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup
*/
const sentryOptions = {
disableLogger: true,
hideSourceMaps: false,
transpileClientSDK: true,
tunnelRoute: "/monitoring",
widenClientFileUpload: true,
};

/** @see https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup */
nextConfig = withSentryConfig(nextConfig, sentryWebpackConfig, sentryOptions);

module.exports = nextConfig;

function checkEnv() {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/nextjs": "^7.99.0",
"@skip-go/widget": "^2.5.1",
"@solana/spl-token": "^0.4.1",
"@solana/wallet-adapter-react": "^0.15.35",
Expand Down
30 changes: 0 additions & 30 deletions sentry.client.config.ts

This file was deleted.

16 changes: 0 additions & 16 deletions sentry.edge.config.ts

This file was deleted.

15 changes: 0 additions & 15 deletions sentry.server.config.ts

This file was deleted.

0 comments on commit cd3249f

Please sign in to comment.