Skip to content

Commit 257a942

Browse files
PrincekumarofficialJXP25SoniHarsh1
committed
Revert "Add Sentry integration for error tracking and monitoring" (#251)
* Revert "Add Sentry integration for error tracking and monitoring (#244)" This reverts commit 5a603ee. * fix the headings of the Job Table in Recruiter View (#267) --------- Co-authored-by: Jai Pannu <142983705+JaiPannu-IITI@users.noreply.github.com> Co-authored-by: Harsh Soni <98403303+SoniHarsh1@users.noreply.github.com>
1 parent ce4c038 commit 257a942

8 files changed

Lines changed: 8 additions & 1382 deletions

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,3 @@ yarn-error.log*
3434
*.tsbuildinfo
3535
next-env.d.ts
3636
.env
37-
38-
# Sentry Config File
39-
.env.sentry-build-plugin

next.config.js

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -18,39 +18,3 @@ const nextConfig = {
1818
};
1919

2020
module.exports = nextConfig;
21-
22-
// Injected content via Sentry wizard below
23-
24-
const { withSentryConfig } = require("@sentry/nextjs");
25-
26-
module.exports = withSentryConfig(module.exports, {
27-
// For all available options, see:
28-
// https://www.npmjs.com/package/@sentry/webpack-plugin#options
29-
30-
org: "iit-indore-bw",
31-
project: "javascript-nextjs",
32-
33-
// Only print logs for uploading source maps in CI
34-
silent: !process.env.CI,
35-
36-
// For all available options, see:
37-
// https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/
38-
39-
// Upload a larger set of source maps for prettier stack traces (increases build time)
40-
widenClientFileUpload: true,
41-
42-
// Uncomment to route browser requests to Sentry through a Next.js rewrite to circumvent ad-blockers.
43-
// This can increase your server load as well as your hosting bill.
44-
// Note: Check that the configured route will not match with your Next.js middleware, otherwise reporting of client-
45-
// side errors will fail.
46-
// tunnelRoute: "/monitoring",
47-
48-
// Automatically tree-shake Sentry logger statements to reduce bundle size
49-
disableLogger: true,
50-
51-
// Enables automatic instrumentation of Vercel Cron Monitors. (Does not yet work with App Router route handlers.)
52-
// See the following for more information:
53-
// https://docs.sentry.io/product/crons/
54-
// https://vercel.com/docs/cron-jobs
55-
automaticVercelMonitors: true,
56-
});

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"@radix-ui/react-toast": "^1.1.5",
3232
"@radix-ui/react-tooltip": "^1.1.6",
3333
"@reduxjs/toolkit": "^2.0.1",
34-
"@sentry/nextjs": "^9.22.0",
3534
"@tanstack/react-table": "^8.11.2",
3635
"@types/qs": "^6.9.14",
3736
"antd": "^5.19.1",

sentry.edge.config.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

sentry.server.config.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/instrumentation-client.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/instrumentation.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)